From 4ad28cc3ecfa468d1f9a09d2c16d656a1be21f99 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:54:07 +0100 Subject: [PATCH] Update auto-update-app-headers.yml --- .github/workflows/auto-update-app-headers.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-update-app-headers.yml b/.github/workflows/auto-update-app-headers.yml index 5e447ea..201b044 100644 --- a/.github/workflows/auto-update-app-headers.yml +++ b/.github/workflows/auto-update-app-headers.yml @@ -17,12 +17,12 @@ jobs: pull-requests: write steps: - - name: Generate a token - id: generate-token - uses: actions/create-github-app-token@v1 - with: - app-id: ${{ vars.APP_ID }} - private-key: ${{ secrets.APP_PRIVATE_KEY }} + #- name: Generate a token + # id: generate-token + # uses: actions/create-github-app-token@v1 + # with: + # app-id: ${{ vars.APP_ID }} + # private-key: ${{ secrets.APP_PRIVATE_KEY }} # Step 1: Checkout repository - name: Checkout repository