Update workflow

This commit is contained in:
Michel Roegl-Brunner 2025-05-14 10:31:03 +02:00
parent 8d15d1bd84
commit 7103edd163

View File

@ -21,7 +21,7 @@ jobs:
id: generate-token id: generate-token
uses: actions/create-github-app-token@v1 uses: actions/create-github-app-token@v1
with: with:
app-id: ${{ secrets.APP_ID }} app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }} private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Generate a token for PR approval and merge - name: Generate a token for PR approval and merge