Update auto-update-app-headers.yml

This commit is contained in:
CanbiZ
2025-03-03 15:54:07 +01:00
committed by GitHub
parent 5ab0b42f36
commit 4ad28cc3ec

View File

@@ -17,12 +17,12 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- name: Generate a token #- name: Generate a token
id: generate-token # id: generate-token
uses: actions/create-github-app-token@v1 # uses: actions/create-github-app-token@v1
with: # with:
app-id: ${{ vars.APP_ID }} # app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }} # private-key: ${{ secrets.APP_PRIVATE_KEY }}
# Step 1: Checkout repository # Step 1: Checkout repository
- name: Checkout repository - name: Checkout repository