Skip to content

Commit

Permalink
fix claim name for gitlab template (#1758)
Browse files Browse the repository at this point in the history
Signed-off-by: Javan lacerda <[email protected]>
  • Loading branch information
javanlacerda authored Aug 8, 2024
1 parent ccd120a commit cd4db6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/identity/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ ci-issuer-metadata:
build-signer-digest: "ci_config_sha"
# runner_environment: The type of runner used by the job. May be one of gitlab-hosted or self-hosted.
runner-environment: "runner_environment"
# repository: Repository building built
source-repository-uri: "{{ .url }}/{{ .repository }}"
# project_path: Repository path building built
source-repository-uri: "{{ .url }}/{{ .project_path }}"
# sha: Commit SHA being built
source-repository-digest: "sha"
# ref_type: The type of the ref
Expand Down

0 comments on commit cd4db6b

Please sign in to comment.