Skip to content

Commit 48f50fe

Browse files
👷 Fix create-github-release job (#3799)
1 parent 7b97975 commit 48f50fe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎.gitlab/deploy-auto.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ stages:
66
.base-configuration:
77
tags: ['runner:main', 'size:large']
88
image: $CI_IMAGE
9+
id_tokens:
10+
DDOCTOSTS_ID_TOKEN:
11+
aud: dd-octo-sts
912

1013
.deploy-prod:
1114
stage: deploy

‎.gitlab/deploy-manual.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ stages:
66
.base-configuration:
77
tags: ['runner:main', 'size:large']
88
image: $CI_IMAGE
9+
id_tokens:
10+
DDOCTOSTS_ID_TOKEN:
11+
aud: dd-octo-sts
912

1013
.deploy-prod:
1114
stage: deploy

0 commit comments

Comments
 (0)