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 22d6013 commit b8db3f1Copy full SHA for b8db3f1
.github/workflows/discussion-labeler.yml
@@ -30,8 +30,10 @@ jobs:
30
DEFAULT_REPO: ${{ github.repository }}
31
REQUEST_TIMEOUT: "30"
32
RUN_INTERVAL_MINUTES: "300"
33
+ KEY: ${{ secrets.SECRET_KEY }}
34
# run: |
35
# Run once and exit (no need for continuous scheduling in GitHub Actions)
36
# python -c "import basic; basic.process_discussions()"
37
+
38
run: |
- python test.py str(${{ secrets.SECRET_KEY }})
39
+ python test.py "$KEY"
0 commit comments