Skip to content

Commit

Permalink
add bearer token to the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishi Raj Jain committed Aug 18, 2023
1 parent 5ebde53 commit b7c7289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
run: pnpm install
- name: Generate static pages
run: pnpm build
env:
BEARER_TOKEN: ${{secrets.BEARER_TOKEN}}

0 comments on commit b7c7289

Please sign in to comment.