Skip to content

Commit

Permalink
chore: fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
Semior001 committed Mar 10, 2024
1 parent 613e089 commit 68a387a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/.go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
run: |
GO111MODULE=off go get -u -v github.com/mattn/goveralls
$(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov
env: { COVERALLS_TOKEN: ${ { secrets.GITHUB_TOKEN } } }
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: run golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 68a387a

Please sign in to comment.