Skip to content

Commit 6a78904

Browse files
committed
fix: Migrate to vars without suffix
1 parent f69f104 commit 6a78904

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)