Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/update-graphql-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ env:
FREEZE: ${{ secrets.FREEZE }}

on:
schedule:
- cron: '20 16 * * *' # run every day at 16:20 UTC / 8:20 PST
workflow_dispatch:
#schedule:
#- cron: '20 16 * * *' # run every day at 16:20 UTC / 8:20 PST

jobs:
update_graphql_files:
Expand All @@ -36,7 +37,7 @@ jobs:
- name: Run updater scripts
env:
# 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 }}
GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
run: |
script/graphql/update-files.js
- name: Create pull request
Expand Down