From e855a3d585bab1e12aeb9d2b1e8219d6df37afea Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 5 Mar 2025 09:30:46 +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 201b044..5e447ea 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