Add missing github token env for tests.

This commit is contained in:
2021-05-15 00:33:25 +01:00
parent d0924c948d
commit 7608d2bc50
+2
View File
@@ -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