Skip to content

Commit d91b736

Browse files
committed
(chore) updating docs
1 parent 81ffef7 commit d91b736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Comment on PR"
1919
uses: actions/github-script@v6
2020
with:
21-
github-token: ${{ secrets.GITHUB_TOKEN }}
21+
github-token: ${{ secrets.GH_TOKEN }}
2222
script: |
2323
const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
2424
owner: context.repo.owner,

0 commit comments

Comments
 (0)