Skip to content

Commit 27dc9d2

Browse files
committed
ci: use github token
1 parent 9ec2018 commit 27dc9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: google-github-actions/release-please-action@v3
1919
id: release
2020
with:
21-
token: ${{ secrets.DEPLOY_TOKEN }}
21+
token: ${{ secrets.GITHUB_TOKEN }}
2222
release-type: node
2323
changelog-path: CHANGELOG.md
2424
package-name: streetmerchant

0 commit comments

Comments
 (0)