Skip to content

Commit

Permalink
Adds credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Sep 13, 2024
1 parent 7477d4e commit ae7df1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ jobs:
- run: yarn build
- run: yarn code-checker:start &
- run: yarn code-checker:test
env:
SI_USER_EMAIL: ${{ secrets.SI_USER_EMAIL }}
SI_API_KEY: ${{ secrets.SI_API_KEY }}

0 comments on commit ae7df1e

Please sign in to comment.