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 c36211e commit 15a508aCopy full SHA for 15a508a
.github/workflows/release-please.yml
@@ -8,9 +8,15 @@ jobs:
8
release-please:
9
runs-on: ubuntu-latest
10
steps:
11
+ - uses: navikt/github-app-token-generator@2d70c12368d1958155af4d283f9f21c9a2a8cb98
12
+ id: get-token
13
+ with:
14
+ private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
15
+ app-id: ${{ secrets.TOKENS_APP_ID }}
16
+
17
- uses: GoogleCloudPlatform/release-please-action@v3
18
with:
19
release-type: go
20
package-name: netlify-commons
21
bump-minor-pre-major: true
- token: ${{ secrets.PKG_RELEASE_TOKEN }}
22
+ token: ${{ steps.get-token.outputs.token }}
0 commit comments