mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-05 22:49:25 +00:00
Add missing github token env for tests.
This commit is contained in:
@@ -73,6 +73,8 @@ jobs:
|
||||
golangci-lint run --exclude-use-default ./...
|
||||
/action/lib/linter.sh
|
||||
- name: Run unit tests
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GHCR_TOKEN }}
|
||||
run: |
|
||||
make test CI_RUN=${CI}
|
||||
- name: Upload codecov result
|
||||
|
||||
Reference in New Issue
Block a user