Skip to content

Commit faf764a

Browse files
Update run_script.yml
1 parent 2bcba81 commit faf764a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run_script.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: run_script
22

3-
on:
4-
workflow_dispatch:
3+
on: [workflow_dispatch] # pull_request, push, workflow_dispatch
54

65
jobs:
76
ci:
@@ -44,7 +43,7 @@ jobs:
4443
shell: bash
4544
env:
4645
# github token needed for gh cli
47-
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
46+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4847
username: ${{ secrets.USERNAME }}
4948
run: |
5049
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)