File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3636 image : golang:1.18
3737 environment :
3838 GITHUB_API_KEY :
39- from_secret : github_api_key
39+ from_secret : kitebot_api_key
4040 GITHUB_API_USER :
41- from_secret : github_api_user
41+ from_secret : kitebot_api_user
4242 commands :
4343 - go install github.com/guilhem/bump@v0.2.1
4444 - git remote add authenticated-origin https://$GITHUB_API_USER:$GITHUB_API_KEY@github.com/$DRONE_REPO
4747 - git push authenticated-origin --tags
4848 when :
4949 branch :
50- - master
50+ - fix/update-publish-ci
51+ # - master
5152
5253trigger :
5354 event :
6465 environment :
6566 GO111MODULE : on
6667 GITHUB_API_KEY :
67- from_secret : github_api_key
68+ from_secret : kitebot_api_key
6869 commands :
6970 - echo $DRONE_TAG | grep -v / || exit 78 # Skip if submodule is tagged
7071 - go mod download
You can’t perform that action at this time.
0 commit comments