github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/id_tokens/example-1.yaml (about)

     1  # https://docs.gitlab.com/ee/ci/yaml/#id_tokens
     2  
     3  job_with_id_tokens:
     4    id_tokens:
     5      ID_TOKEN_1:
     6        aud: https://gitlab.com
     7      ID_TOKEN_2:
     8        aud:
     9          - https://gcp.com
    10          - https://aws.com
    11      SIGSTORE_ID_TOKEN:
    12        aud: sigstore
    13    script:
    14      - command_to_authenticate_with_gitlab $ID_TOKEN_1
    15      - command_to_authenticate_with_aws $ID_TOKEN_2