chore: switch push-o-matic auth from app-id to client-id (#28269)

This commit is contained in:
bo0tzz
2026-05-06 19:01:14 +02:00
committed by GitHub
parent c2e3739a58
commit eb6dca6a31
18 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
id: generate-token
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
with:
app-id: ${{ secrets.PUSH_O_MATIC_APP_ID }}
client-id: ${{ secrets.PUSH_O_MATIC_APP_CLIENT_ID }}
private-key: ${{ secrets.PUSH_O_MATIC_APP_KEY }}
- name: 'Checkout'