Skip to content

Commit

Permalink
fix(ci/generate-data): pass secrets as environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
GervinFung committed Apr 9, 2024
1 parent a5af4f0 commit 175ffc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:

- name: Generate Data
working-directory: packages/data
env:
OWNER: ${{ secrets.OWNER }}
TOKEN: ${{ secrets.TOKEN }}
REPO: ${{ secrests.REPO }}
DATA_PATH: ${{ secrets.DATA_PATH }}
run: make generate-data

- name: Create Environment Variable
Expand Down

0 comments on commit 175ffc1

Please sign in to comment.