We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789d188 commit 209801bCopy full SHA for 209801b
.github/workflows/redis_release.yml
@@ -52,7 +52,7 @@ jobs:
52
shell: bash
53
env:
54
FORCE_COLOR: 1
55
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_WORKFLOW_DISPATCH }}
56
run: |
57
aws s3 ls s3://redis-release-state/release-state/8.2.1
58
0 commit comments