We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c662cac commit f77c36dCopy full SHA for f77c36d
.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: |
21
go build
22
mv virgo virgo-$CIRCLE_TAG
23
- go run github.com/tcnksm/ghr -replace -token ed25266b85a37f0e84e44700ef5f067c081c6f0b -username anastop -repository virgo $CIRCLE_TAG virgo-$CIRCLE_TAG
+ go run github.com/tcnksm/ghr -replace -token $GITKEY -username anastop -repository virgo $CIRCLE_TAG virgo-$CIRCLE_TAG
24
25
26
workflows:
0 commit comments