Skip to content

Commit 52591af

Browse files
committed
ci: use personal token instead of github default
1 parent 264b711 commit 52591af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/beta-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
5959
- uses: actions/github-script@v6
6060
with:
61+
github-token: ${{ secrets.DANIEL_TOKEN_AUTO_RELEASE_BOT }}
6162
script: |
6263
github.rest.issues.createComment({
6364
issue_number: context.issue.number,

0 commit comments

Comments
 (0)