ci: test token access control fix for tranches query
This commit is contained in:
parent
510d42a1cd
commit
07939bc391
13
.github/workflows/process-tranches.yml
vendored
13
.github/workflows/process-tranches.yml
vendored
@ -1,8 +1,13 @@
|
||||
name: Generate tranches
|
||||
|
||||
# on:
|
||||
# schedule:
|
||||
# - cron: '0 8 * * *'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 8 * * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
master:
|
||||
@ -23,10 +28,6 @@ jobs:
|
||||
run: yarn install
|
||||
- name: Generate queries
|
||||
run: node ./scripts/get-tranches.js
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: queries
|
||||
path: ./queries.graphql
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: 'chore: update tranches'
|
||||
|
Loading…
Reference in New Issue
Block a user