We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9721f93 commit 4d3b791Copy full SHA for 4d3b791
.github/workflows/release-please.yml
@@ -10,8 +10,8 @@ jobs:
10
- uses: navikt/github-app-token-generator@2d70c12368d1958155af4d283f9f21c9a2a8cb98
11
id: get-token
12
with:
13
- private-key: ${{ secrets.PRIVATE_KEY }}
14
- app-id: ${{ secrets.APP_ID }}
+ private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
+ app-id: ${{ secrets.TOKENS_APP_ID }}
15
16
- uses: GoogleCloudPlatform/release-please-action@v2
17
0 commit comments