Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d3090d

Browse files
erezrokahascorbic
authored andcommittedOct 14, 2021
chore(release-please): use GitHub app token (#203)
1 parent a0cb986 commit 8d3090d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

Diff for: ‎.github/workflows/release-please.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ jobs:
77
release-please:
88
runs-on: ubuntu-latest
99
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 }}
1015
- uses: GoogleCloudPlatform/release-please-action@v2
1116
with:
12-
token: ${{ secrets.NODE_PKG_RELEASE_TOKEN }}
17+
token: ${{ steps.get-token.outputs.token }}
1318
release-type: node
1419
package-name: '@netlify/plugin-nextjs'

0 commit comments

Comments
 (0)
Please sign in to comment.