Skip to content

Commit

Permalink
chore(release-please): use GitHub app token (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Apr 7, 2021
1 parent 8648faf commit a5414a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: navikt/github-app-token-generator@2d70c12368d1958155af4d283f9f21c9a2a8cb98
id: get-token
with:
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
app-id: ${{ secrets.TOKENS_APP_ID }}
- uses: GoogleCloudPlatform/release-please-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ steps.get-token.outputs.token }}
release-type: node
package-name: '@netlify/netlify-functions-js'
bump-minor-pre-major: true

0 comments on commit a5414a1

Please sign in to comment.