fic(ci): gitlab_token for gorelease

This commit is contained in:
Simon Cornet 2025-04-03 11:46:42 +02:00
commit 148439096f

View file

@ -28,6 +28,7 @@ releasing:
# run only if scheduled with this name
- if: '$SCHEDULE_NAME == "release"'
- when: "never"
variables:
GITLAB_TOKEN: '$GORELEASER_GITLAB_TOKEN'
script:
- export GITLAB_TOKEN="$GORELEASER_GITLAB_TOKEN"
- "goreleaser release --clean"