Skip to content

Commit

Permalink
ci: update gh env variable in circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoksr committed Jun 18, 2020
1 parent 2104d30 commit f217e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- run:
name: Run GoReleaser
command: sudo docker run --rm --privileged -e GITHUB_TOKEN=${GITHUB_TOKEN} -v ${CIRCLE_WORKING_DIRECTORY}/.snapcraft.login:/.snapcraft.login -v ${CIRCLE_WORKING_DIRECTORY}:/go/src/github.com/nikoksr/proji -v /var/run/docker.sock:/var/run/docker.sock -w /go/src/github.com/nikoksr/proji neilotoole/xcgo:latest goreleaser --rm-dist
command: sudo docker run --rm --privileged -e GITHUB_TOKEN=${PROJI_GH_TOKEN} -v ${CIRCLE_WORKING_DIRECTORY}/.snapcraft.login:/.snapcraft.login -v ${CIRCLE_WORKING_DIRECTORY}:/go/src/github.com/nikoksr/proji -v /var/run/docker.sock:/var/run/docker.sock -w /go/src/github.com/nikoksr/proji neilotoole/xcgo:latest goreleaser --rm-dist

workflows:
version: 2
Expand Down

0 comments on commit f217e8f

Please sign in to comment.