Skip to content

Commit

Permalink
misc: Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Feb 12, 2024
1 parent 5ced486 commit e4865f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
run: go install
- name: Test
env:
HVM_GITHUBTOKEN: ${{ secrets.HVM_GITHUBTOKEN }}
HVM_GITHUBTOKEN: ${{ secrets.GITHUB_TOKEN }}
run: go test ./...

0 comments on commit e4865f5

Please sign in to comment.