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 4ff3661 commit bf30b57Copy full SHA for bf30b57
.github/workflows/release-please.yml
@@ -10,8 +10,8 @@ jobs:
10
- uses: navikt/github-app-token-generator@a9cd374e271b8aef573b8c16ac46c44fb89b02db
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@v3
17
0 commit comments