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 ca80412 commit c82a047Copy full SHA for c82a047
1 file changed
.github/workflows/author_verification.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Initialize Attestation
29
run: |
30
- chainloop attestation init --workflow $CHAINLOOP_WORKFLOW_NAME --project $CHAINLOOP_PROJECT
+ chainloop attestation init --workflow $CHAINLOOP_WORKFLOW_NAME --project $CHAINLOOP_PROJECT --collectors aiconfig
31
env:
32
# Needed for commit signature verification: https://docs.chainloop.dev/concepts/attestations#commit-verification
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments