Skip to content

Commit

Permalink
set url as default
Browse files Browse the repository at this point in the history
  • Loading branch information
javanlacerda committed May 22, 2024
1 parent 4ec18be commit 39376b4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkg/poc/pkg/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,22 @@ providers:
source-repository-digest: sha
source-repository-ref: ref
source-repository-identifier: repository_id
run-invocation-uri: https://github.com/{{.repository}}/actions/runs/{{.run_id}}/
run-invocation-uri: "{{.url}}/{{.repository}}/actions/runs/{{.run_id}}/"
uris:
- https://github.com/{{.job_workflow_ref}}
- "{{.url}}/{{.job_workflow_ref}}"
defaults:
url: https://github.com
gitlab:
extensions:
build-signer-digest: ci_config_sha
source-repository-digest: sha
source-repository-ref: ref
source-repository-identifier: project_id
run-invocation-uri: https://gitlab.com/{{.project_path}}/-/jobs/{{.job_id}}
run-invocation-uri: "{{.url}}/{{.project_path}}/-/jobs/{{.job_id}}"
uris:
- ci_config_ref_uri
defaults:
url: https://gitlab.com
codefresh:
extensions:
build-signer-digest: build/{{.workflow_id}}
Expand Down

0 comments on commit 39376b4

Please sign in to comment.