This commit is contained in:
Michel Roegl-Brunner 2025-03-11 11:22:35 +01:00
parent cda865c47c
commit 5133b2b4e5

View File

@ -20,8 +20,8 @@ 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: ${{ vars.APP_ID }} app-id: ${{ vars.MAIN_APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }} private-key: ${{ secrets.MAIN_APP_PRIVATE_KEY }}
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -97,7 +97,7 @@ jobs:
git commit -m "$commit_message" git commit -m "$commit_message"
gh auth status gh auth login --with-token $GH_TOKEN
git push upstream "$branch_name" git push upstream "$branch_name"