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