Skip to content

Commit 22d6013

Browse files
committed
fix: Convert SECRET_KEY to string in discussion labeler script
1 parent d8d8f3e commit 22d6013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/discussion-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
# Run once and exit (no need for continuous scheduling in GitHub Actions)
3535
# python -c "import basic; basic.process_discussions()"
3636
run: |
37-
python test.py ${{ secrets.SECRET_KEY }}
37+
python test.py str(${{ secrets.SECRET_KEY }})

0 commit comments

Comments
 (0)