We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8668f commit e7a2cf8Copy full SHA for e7a2cf8
.github/workflows/cron.yml
@@ -27,9 +27,13 @@ jobs:
27
28
- name: Populate the latest data
29
run: make generate
30
+ env:
31
+ GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
32
33
- name: Sync data to the blob store
34
run: bun sync up
35
36
+ BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}
37
38
- name: Trigger deployment
39
uses: joelwmale/webhook-action@master
0 commit comments