We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97154a8 commit b109fe2Copy full SHA for b109fe2
.github/workflows/docker-image.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Checkout code
28
uses: actions/checkout@v3.1.0
29
- name: Calc coverage
30
+ env:
31
+ ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN_TESTS }}
32
+ ACCESS_USERNAME: html_sample
33
run: |
34
cd src
35
go test -v ./... -covermode=count -coverprofile=coverage.out
@@ -66,4 +69,4 @@ jobs:
66
69
67
70
- name: Push Image
68
71
- docker push ghcr.io/jarpsimoes/git_http_server:${{ steps.vars.outputs.tag }}
72
+ docker push ghcr.io/jarpsimoes/git_http_server:${{ steps.vars.outputs.tag }}
0 commit comments