Skip to content

Commit

Permalink
ci: use github token
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Nov 28, 2022
1 parent 9ec2018 commit 27dc9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.DEPLOY_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
changelog-path: CHANGELOG.md
package-name: streetmerchant
Expand Down

0 comments on commit 27dc9d2

Please sign in to comment.