This commit is contained in:
CanbiZ
2025-07-21 07:50:46 +02:00
parent 23119da919
commit e23e84dd22
8 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- name: Generate a token
id: app-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@v2
with:
app-id: ${{ vars.PUSH_MAIN_APP_ID }}
private-key: ${{ secrets.PUSH_MAIN_APP_SECRET }}