Skip to content

Commit f77c36d

Browse files
committed
Fix
1 parent c662cac commit f77c36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: |
2121
go build
2222
mv virgo virgo-$CIRCLE_TAG
23-
go run github.com/tcnksm/ghr -replace -token ed25266b85a37f0e84e44700ef5f067c081c6f0b -username anastop -repository virgo $CIRCLE_TAG virgo-$CIRCLE_TAG
23+
go run github.com/tcnksm/ghr -replace -token $GITKEY -username anastop -repository virgo $CIRCLE_TAG virgo-$CIRCLE_TAG
2424
2525
2626
workflows:

0 commit comments

Comments
 (0)