Skip to content

Commit f55b17d

Browse files
RUM-10224: Use octo-sts to check release
1 parent 755ca29 commit f55b17d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/pipelines/check-release-pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ check-release:is-published:
1010
tags: [ "arch:amd64" ]
1111
image: $CI_IMAGE_DOCKER
1212
stage: check-release
13+
id_tokens:
14+
DDOCTOSTS_ID_TOKEN:
15+
aud: dd-octo-sts
1316
script:
14-
- !reference [ .common-snippets, set-github-installation-token ]
17+
- export GITHUB_TOKEN=$(dd-octo-sts token --scope DataDog/dd-sdk-android --policy self.gitlab.read)
1518
- bash ./ci/scripts/check_latest_release_is_published.sh
1619

1720
notify:report-failure-to-slack:

0 commit comments

Comments
 (0)