Skip to content

Commit

Permalink
re-enable graphql updater workflow (github#16993)
Browse files Browse the repository at this point in the history
* re-enable graphql updater workflow

* remove scheduled run temporarily

* lint yaml
  • Loading branch information
rachmari authored Dec 15, 2020
1 parent 9d73f5a commit a2a427f
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit a2a427f

Please sign in to comment.