Skip to content

Commit

Permalink
ci: add static token to code quality workflow (up-csi#63)
Browse files Browse the repository at this point in the history
This PR adds access to `STATIC_ACCESS_TOKEN` to the code quality
workflow.
  • Loading branch information
VeeIsForVictor authored Jan 20, 2025
2 parents 7c1f374 + 0cbc3d7 commit e40def8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ jobs:
if: ${{ !cancelled() }}
run: pnpm run check
env:
EMAIL: ${{ secrets.EMAIL }}
PASSWORD: ${{ secrets.PASSWORD }}
STATIC_ACCESS_TOKEN: ${{ secrets.STATIC_ACCESS_TOKEN }}
PUBLIC_APIURL: ${{ vars.PUBLIC_APIURL }}

0 comments on commit e40def8

Please sign in to comment.