Skip to content

Commit

Permalink
ci: add static token to code quality workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eyronjuude committed Jan 20, 2025
1 parent 7c1f374 commit 0cbc3d7
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 0cbc3d7

Please sign in to comment.