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
|
name: Generate tranches
|
||||||
|
|
||||||
|
# on:
|
||||||
|
# schedule:
|
||||||
|
# - cron: '0 8 * * *'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
push:
|
||||||
- cron: '0 8 * * *'
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
master:
|
master:
|
||||||
@ -23,10 +28,6 @@ jobs:
|
|||||||
run: yarn install
|
run: yarn install
|
||||||
- name: Generate queries
|
- name: Generate queries
|
||||||
run: node ./scripts/get-tranches.js
|
run: node ./scripts/get-tranches.js
|
||||||
- uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: queries
|
|
||||||
path: ./queries.graphql
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: 'chore: update tranches'
|
commit_message: 'chore: update tranches'
|
||||||
|
Loading…
Reference in New Issue
Block a user