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 2bcba81 commit faf764aCopy full SHA for faf764a
.github/workflows/run_script.yml
@@ -1,7 +1,6 @@
1
name: run_script
2
3
-on:
4
- workflow_dispatch:
+on: [workflow_dispatch] # pull_request, push, workflow_dispatch
5
6
jobs:
7
ci:
@@ -44,7 +43,7 @@ jobs:
44
43
shell: bash
45
env:
46
# github token needed for gh cli
47
- # GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
username: ${{ secrets.USERNAME }}
49
run: |
50
python -m pip install --upgrade pip
0 commit comments