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