Skip to content

Commit 209801b

Browse files
committed
Use fine-grained token to dispatch workflow
1 parent 789d188 commit 209801b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redis_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
shell: bash
5353
env:
5454
FORCE_COLOR: 1
55-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_WORKFLOW_DISPATCH }}
5656
run: |
5757
aws s3 ls s3://redis-release-state/release-state/8.2.1
5858

0 commit comments

Comments
 (0)