We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aab567 commit db79013Copy full SHA for db79013
1 file changed
.github/workflows/release-please.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/create-github-app-token@v2
17
id: app-token
18
with:
19
- app-id: ${{ vars.APP_ID }}
+ app-id: ${{ secrets.APP_ID }}
20
private-key: ${{ secrets.PRIVATE_KEY }}
21
- uses: googleapis/release-please-action@v4
22
0 commit comments