Skip to content

Commit

Permalink
fix(cicd): Add token to test step
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Aug 13, 2023
1 parent 0e74e3e commit d7ef799
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:

jobs:
test:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

strategy:
matrix:
os:
Expand Down

0 comments on commit d7ef799

Please sign in to comment.