Skip to content

Commit 81ff9e5

Browse files
authored
fix: token name (#15)
Release-As:1.0.0
2 parents ddbc5d9 + b51e5ea commit 81ff9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec # v4.1.4
1919
with:
20-
token: "${{ secrets.RELEASE_PLEASE_TOKEN }}"
20+
token: "${{ secrets.RELEASER_TOKEN }}"
2121
config-file: release-please-config.json
2222
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)