Skip to content

Commit 692e955

Browse files
committed
Add missing github context for GITHUB_TOKEN
1 parent c7ca6ce commit 692e955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ workflows:
101101
requires: [ build_node ]
102102
filters: { branches: { ignore: /.*/ }, tags: { only: /^v.*/ } }
103103
- publish_gh:
104+
context: github
104105
requires: [ build_go ]
105106
filters: { branches: { ignore: /.*/ }, tags: { only: /^v.*/ } }
106107
docker:

0 commit comments

Comments
 (0)