Skip to content

Commit

Permalink
ci(templates): add GitHub Token
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <[email protected]>
  • Loading branch information
bnb committed Mar 28, 2024
1 parent 85caef7 commit c487e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
- name: Run npm install -w templates
run: npm install -w templates
- name: Run npm test -w templates
run: npm test -w templates
run: npm test -w templates
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c487e5c

Please sign in to comment.