Skip to content

Commit f3e71f5

Browse files
authored
chore: use GitHub app token (#175)
1 parent 1274d84 commit f3e71f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ 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.PRIVATE_KEY }}
14+
app-id: ${{ secrets.APP_ID }}
15+
1016
- uses: GoogleCloudPlatform/release-please-action@v2
1117
with:
12-
token: ${{ secrets.GITHUB_TOKEN }}
18+
token: ${{ steps.get-token.outputs.token }}
1319
release-type: node
1420
package-name: '@netlify/plugin-lighthouse'

0 commit comments

Comments
 (0)