Update generate-app-headers.yaml

This commit is contained in:
CanbiZ 2025-01-10 11:48:08 +01:00 committed by GitHub
parent 44994bb919
commit 775051b928
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.CREATE_HEADER_APP_ID }}
private-key: ${{ CREATE_HEADER_SECRET }}
private-key: ${{ secrets.CREATE_HEADER_SECRET }}
- name: Checkout repository
uses: actions/checkout@v4