File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ release_notes:
2727 GLAB_SEND_TELEMETRY : 0
2828 before_script : |
2929 uniget install glab
30- glab auth login --hostname="${CI_SERVER_HOST}" --token="${BACKLOG_TOKEN_TF }"
30+ glab auth login --hostname="${CI_SERVER_HOST}" --token="${BACKLOG_TOKEN }"
3131 script : |
3232 bash scripts/release-notes-gitlab.sh >release-notes.md
3333 artifacts :
@@ -57,14 +57,14 @@ release:
5757 script :
5858 - test -n "$CI_SERVER_HOST"
5959 - test -n "$CI_JOB_TOKEN"
60- - test -n "$GITLAB_TOKEN_TF "
60+ - test -n "$GITLAB_TOKEN "
6161 - test -n "$SIGSTORE_ID_TOKEN"
6262 - |
6363 docker buildx build \
6464 --target=publish-gitlab \
6565 --build-arg=CI_SERVER_HOST \
6666 --build-arg=CI_JOB_TOKEN \
67- --build-arg=GITLAB_TOKEN="${GITLAB_TOKEN_TF} " \
67+ --build-arg=GITLAB_TOKEN" \
6868 --build-arg=SIGSTORE_ID_TOKEN \
6969 .
7070 artifacts :
You can’t perform that action at this time.
0 commit comments