File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ jobs:
6161 chainloop_attestation_init
6262 echo "CHAINLOOP_ATTESTATION_ID=${CHAINLOOP_ATTESTATION_ID}" >> "$GITHUB_ENV"
6363
64- - name : logs
65- run : source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs
66- env :
67- GH_TOKEN : ${{ github.token }}
64+ # - name: logs
65+ # run: source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs
66+ # env:
67+ # GH_TOKEN: ${{ github.token }}
6868
6969 # Collect all artifacts, reports, and metadata
7070 # based on the configuration in .chainloop.yml
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ jobs:
5353 - name : Download all workflow run artifacts
5454 uses : actions/download-artifact@v4
5555
56- - name : logs
57- run : source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs
58- env :
59- GH_TOKEN : ${{ github.token }}
56+ # - name: logs
57+ # run: source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs
58+ # env:
59+ # GH_TOKEN: ${{ github.token }}
6060
6161 # Collect all artifacts, reports, and metadata
6262 # based on the configuration in .chainloop.yml
You can’t perform that action at this time.
0 commit comments