Skip to content

Commit

Permalink
inject GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Oct 18, 2022
1 parent 2746830 commit d1c634e
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 @@ -14,6 +14,8 @@ jobs:
node-version: 18
- name: 📦 Install Dependencies
run: yarn
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 🏗 Build Project
run: yarn build:dev
- name: 🧪 Run Tests
Expand Down

0 comments on commit d1c634e

Please sign in to comment.