Skip to content

Commit 4e5ef4c

Browse files
authored
chore: switch push-o-matic auth from app-id to client-id (#1573)
1 parent caa599d commit 4e5ef4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: generate-token
2323
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2424
with:
25-
app-id: ${{ secrets.PUSH_O_MATIC_APP_ID }}
25+
client-id: ${{ secrets.PUSH_O_MATIC_APP_CLIENT_ID }}
2626
private-key: ${{ secrets.PUSH_O_MATIC_APP_KEY }}
2727

2828
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0

0 commit comments

Comments
 (0)