We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b7117 commit f9060f9Copy full SHA for f9060f9
.github/workflows/release-please.yml
@@ -7,8 +7,13 @@ jobs:
7
release-please:
8
runs-on: ubuntu-latest
9
steps:
10
+ - uses: navikt/github-app-token-generator@2d70c12368d1958155af4d283f9f21c9a2a8cb98
11
+ id: get-token
12
+ with:
13
+ private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
14
+ app-id: ${{ secrets.TOKENS_APP_ID }}
15
- uses: GoogleCloudPlatform/release-please-action@v2
16
with:
- token: ${{ secrets.NODE_PKG_RELEASE_TOKEN }}
17
+ token: ${{ steps.get-token.outputs.token }}
18
release-type: node
19
package-name: '@netlify/plugin-nextjs'
0 commit comments