Skip to content

Commit

Permalink
ci: add gh secrets to env
Browse files Browse the repository at this point in the history
  • Loading branch information
sanket-deepsource committed Dec 18, 2023
1 parent 7e8668f commit e7a2cf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ jobs:
- name: Populate the latest data
run: make generate
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

- name: Sync data to the blob store
run: bun sync up
env:
BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}

- name: Trigger deployment
uses: joelwmale/webhook-action@master
Expand Down

0 comments on commit e7a2cf8

Please sign in to comment.