We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d73f5a commit a2a427fCopy full SHA for a2a427f
1 file changed
.github/workflows/update-graphql-files.yml
@@ -9,8 +9,9 @@ env:
9
FREEZE: ${{ secrets.FREEZE }}
10
11
on:
12
- schedule:
13
- - cron: '20 16 * * *' # run every day at 16:20 UTC / 8:20 PST
+ workflow_dispatch:
+ #schedule:
14
+ #- cron: '20 16 * * *' # run every day at 16:20 UTC / 8:20 PST
15
16
jobs:
17
update_graphql_files:
@@ -36,7 +37,7 @@ jobs:
36
37
- name: Run updater scripts
38
env:
39
# need to use a token from a user with access to github/github for this step
- GITHUB_TOKEN: ${{ secrets.ZEKE_PAT_WITH_REPO_AND_WORKFLOW_SCOPE_FOR_REPO_SYNC }}
40
+ GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
41
run: |
42
script/graphql/update-files.js
43
- name: Create pull request
0 commit comments