File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 - name : Initialize Attestation
4444 if : ${{ github.event_name != 'pull_request' }}
4545 run : |
46- chainloop attestation init --workflow $CHAINLOOP_WORKFLOW_NAME --project $CHAINLOOP_PROJECT --debug
46+ chainloop attestation init --workflow $CHAINLOOP_WORKFLOW_NAME --project $CHAINLOOP_PROJECT
4747
4848 - name : Set up Go
4949 uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
Original file line number Diff line number Diff line change 3838 - name : Initialize Attestation
3939 run : |
4040 tag=$(echo -n ${{inputs.tag}} | cut -d / -f3)
41- chainloop attestation init --workflow ${CHAINLOOP_WORKFLOW_NAME} --project ${CHAINLOOP_PROJECT} --version "$tag" --debug
41+ chainloop attestation init --workflow ${CHAINLOOP_WORKFLOW_NAME} --project ${CHAINLOOP_PROJECT} --version "$tag"
4242
4343 - name : Attest all assets
4444 run : |
Original file line number Diff line number Diff line change 3030 - name : Initialize Attestation
3131 id : init_attestation
3232 run : |
33- attestation_id=$(chainloop attestation init --workflow ${CHAINLOOP_WORKFLOW_NAME} --project ${CHAINLOOP_PROJECT_NAME} --debug -- release --remote-state -o json | jq -r .attestationID)
33+ attestation_id=$(chainloop attestation init --workflow ${CHAINLOOP_WORKFLOW_NAME} --project ${CHAINLOOP_PROJECT_NAME} --release --remote-state -o json | jq -r .attestationID)
3434 echo "attestation_id=$attestation_id" >> $GITHUB_OUTPUT
3535 env :
3636 CHAINLOOP_TOKEN : ${{ secrets.CHAINLOOP_TOKEN }}
You can’t perform that action at this time.
0 commit comments