Skip to content

Commit 7e96c45

Browse files
Merge pull request #2757 from DataDog/aleksandr-gringauz/RUM-10224/more-octo-sts-fixes
RUM-10224: Add DDOCTOSTS_ID_TOKEN to dogfood-app and dogfood-demo
2 parents b871d2a + b7f0773 commit 7e96c45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/pipelines/default-pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,9 @@ notify:dogfood-app:
956956
only:
957957
- tags
958958
image: $CI_IMAGE_DOCKER
959+
id_tokens:
960+
DDOCTOSTS_ID_TOKEN:
961+
aud: dd-octo-sts
959962
stage: notify
960963
when: on_success
961964
script:
@@ -968,6 +971,9 @@ notify:dogfood-demo:
968971
only:
969972
- tags
970973
image: $CI_IMAGE_DOCKER
974+
id_tokens:
975+
DDOCTOSTS_ID_TOKEN:
976+
aud: dd-octo-sts
971977
stage: notify
972978
when: on_success
973979
script:

0 commit comments

Comments
 (0)