Skip to content

Commit

Permalink
Use env variable API_SECRETS_TOKEN to fetch api
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Jun 19, 2024
1 parent 3b263b0 commit c5890a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Start export latest wiki pages
env:
API_BASE_URL: https://m.lbkrs.com
API_SECRETS_TOKEN: ${{ secrets.API_SECRETS_TOKEN }}
run: |
bun install
cd scripts/wiki && bun run sync-wikis.ts
Expand Down

0 comments on commit c5890a7

Please sign in to comment.