Skip to content

Commit 3af03f9

Browse files
luca-gr4vycbetta
andauthored
fix: use DISPATCH_ACCESS_TOKEN (#29)
Use org's `DISPATCH_ACCESS_TOKEN` Co-authored-by: Cristiano Betta <[email protected]>
1 parent 8957ee7 commit 3af03f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
ref: ${{ github.event.release.tag_name || inputs.tag }}
25-
token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
25+
token: ${{ secrets.DISPATCH_ACCESS_TOKEN }}
2626

2727
- name: Use Node.js
2828
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)