We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755ca29 commit f55b17dCopy full SHA for f55b17d
ci/pipelines/check-release-pipeline.yml
@@ -10,8 +10,11 @@ check-release:is-published:
10
tags: [ "arch:amd64" ]
11
image: $CI_IMAGE_DOCKER
12
stage: check-release
13
+ id_tokens:
14
+ DDOCTOSTS_ID_TOKEN:
15
+ aud: dd-octo-sts
16
script:
- - !reference [ .common-snippets, set-github-installation-token ]
17
+ - export GITHUB_TOKEN=$(dd-octo-sts token --scope DataDog/dd-sdk-android --policy self.gitlab.read)
18
- bash ./ci/scripts/check_latest_release_is_published.sh
19
20
notify:report-failure-to-slack:
0 commit comments