Skip to content

Commit b698163

Browse files
committed
fix secret name
1 parent cea9b55 commit b698163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/discussions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Fetch and process stale discussions
3535
env:
36-
GH_TOKEN: ${{ secrets.DISCUSSIONS_TOKEN || secrets.GITHUB_TOKEN }}
36+
GH_TOKEN: ${{ secrets.DISCUSSION_TOKEN || secrets.GITHUB_TOKEN }}
3737
STALE_DAYS: ${{ env.STALE_DAYS }}
3838
WARNING_DAYS: ${{ env.WARNING_DAYS }}
3939
WARNING_MESSAGE: ${{ env.WARNING_MESSAGE }}

0 commit comments

Comments
 (0)