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

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