Skip to content

Commit

Permalink
fix secrets.GITHUB_TOKEN reference
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Jun 12, 2020
1 parent ad614e8 commit b79245f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: submit coverage
run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov
env:
COVERALLS_TOKEN: ${{secrets.COVERALLS_TOKEN}}
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: build docker image
run: docker build .
Expand Down

0 comments on commit b79245f

Please sign in to comment.