Update workflow

This commit is contained in:
Michel Roegl-Brunner 2025-05-14 10:28:58 +02:00
parent e8f543b9ac
commit f541aa4310

View File

@ -17,14 +17,14 @@ jobs:
contents: write
pull-requests: write
steps:
- name: Generate a token
- name: Generate a token for PR creation
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Generate a token
- name: Generate a token for PR approval and merge
id: generate-token-merge
uses: actions/create-github-app-token@v1
with: