File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ jobs:
390390 timestampThreshold = 1
391391 tlogThreshold = ${{ needs.prepare.outputs.privateRepo == 'true' && '0' || '1' }}
392392 subjectAlternativeName = "https://github.com/docker/github-builder-experimental/.github/workflows/bake.yml*"
393- githubWorkflowRepository = "docker/ github-builder-experimental "
393+ githubWorkflowRepository = "${{ github.repository }} "
394394 issuer = "https://token.actions.githubusercontent.com"
395395 runnerEnvironment = "github-hosted"
396396 sourceRepositoryURI = "${{ github.server_url }}/${{ github.repository }}"
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ jobs:
350350 timestampThreshold = 1
351351 tlogThreshold = ${{ needs.prepare.outputs.privateRepo == 'true' && '0' || '1' }}
352352 subjectAlternativeName = "https://github.com/docker/github-builder-experimental/.github/workflows/build.yml*"
353- githubWorkflowRepository = "docker/ github-builder-experimental "
353+ githubWorkflowRepository = "${{ github.repository }} "
354354 issuer = "https://token.actions.githubusercontent.com"
355355 runnerEnvironment = "github-hosted"
356356 sourceRepositoryURI = "${{ github.server_url }}/${{ github.repository }}"
You can’t perform that action at this time.
0 commit comments