Skip to content

Commit

Permalink
chore: update the token that release-please runs with. (#255)
Browse files Browse the repository at this point in the history
This makes sure that the on:release:created action gets triggered from another workflow
  • Loading branch information
lholmquist committed Jun 29, 2023
1 parent 4637bd9 commit 16a87c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.NODESHIFT_RELEASES_TOKEN }}
release-type: node
bump-minor-pre-major: "true"
package-name: faas-js-runtime
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish to npmjs
on:
release:
types: [published]
types: [created]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 16a87c8

Please sign in to comment.