Skip to content

Commit e7a2cf8

Browse files
ci: add gh secrets to env
1 parent 7e8668f commit e7a2cf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cron.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ jobs:
2727
2828
- name: Populate the latest data
2929
run: make generate
30+
env:
31+
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
3032

3133
- name: Sync data to the blob store
3234
run: bun sync up
35+
env:
36+
BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}
3337

3438
- name: Trigger deployment
3539
uses: joelwmale/webhook-action@master

0 commit comments

Comments
 (0)