We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a311dc8 commit e6db74aCopy full SHA for e6db74a
1 file changed
.github/workflows/pr_validation.yaml
@@ -39,7 +39,7 @@ jobs:
39
# Initialize a new attestation for this PR event
40
- name: Initialize Attestation
41
run: |
42
- chainloop attestation init --workflow ${CHAINLOOP_WORKFLOW_NAME} --project ${CHAINLOOP_PROJECT_NAME}
+ chainloop attestation init --workflow ${CHAINLOOP_WORKFLOW_NAME} --project ${CHAINLOOP_PROJECT_NAME} --debug
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
0 commit comments