We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec2018 commit 27dc9d2Copy full SHA for 27dc9d2
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
uses: google-github-actions/release-please-action@v3
19
id: release
20
with:
21
- token: ${{ secrets.DEPLOY_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
22
release-type: node
23
changelog-path: CHANGELOG.md
24
package-name: streetmerchant
0 commit comments