fic(ci): gitlab_token for gorelease
This commit is contained in:
parent
7ec9a9ae2c
commit
148439096f
1 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ releasing:
|
||||||
# run only if scheduled with this name
|
# run only if scheduled with this name
|
||||||
- if: '$SCHEDULE_NAME == "release"'
|
- if: '$SCHEDULE_NAME == "release"'
|
||||||
- when: "never"
|
- when: "never"
|
||||||
|
variables:
|
||||||
|
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
|
||||||
script:
|
script:
|
||||||
- export GITLAB_TOKEN="$GORELEASER_GITLAB_TOKEN"
|
|
||||||
- "goreleaser release --clean"
|
- "goreleaser release --clean"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue