Skip to content

Commit db79013

Browse files
committed
ci: update release workflow to use secrets for app ID
1 parent 0aab567 commit db79013

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
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/create-github-app-token@v2
1717
id: app-token
1818
with:
19-
app-id: ${{ vars.APP_ID }}
19+
app-id: ${{ secrets.APP_ID }}
2020
private-key: ${{ secrets.PRIVATE_KEY }}
2121
- uses: googleapis/release-please-action@v4
2222
with:

0 commit comments

Comments
 (0)