We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0eb23 commit 076b118Copy full SHA for 076b118
.gitlab-ci.yml
@@ -46,11 +46,11 @@ e2e_deps:
46
- when: manual
47
variables:
48
POLICY: pull
49
- # id_tokens:
50
- # DDOCTOSTS_ID_TOKEN:
51
- # aud: dd-octo-sts
52
- # before_script:
53
- # - export GITHUB_TOKEN=$(dd-octo-sts token --scope DataDog/<repo-name> --policy self.gitlab.deps-fetch)
+ id_tokens:
+ DDOCTOSTS_ID_TOKEN:
+ aud: dd-octo-sts
+ before_script:
+ - export GITHUB_TOKEN=$(dd-octo-sts token --scope DataDog/helm-charts --policy self.gitlab.read.sts)
54
script:
55
- |
56
if [ ! -f pulumi_plugins.tar.xz ]; then
0 commit comments