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 d8d8f3e commit 22d6013Copy full SHA for 22d6013
.github/workflows/discussion-labeler.yml
@@ -34,4 +34,4 @@ jobs:
34
# Run once and exit (no need for continuous scheduling in GitHub Actions)
35
# python -c "import basic; basic.process_discussions()"
36
run: |
37
- python test.py ${{ secrets.SECRET_KEY }}
+ python test.py str(${{ secrets.SECRET_KEY }})
0 commit comments