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:
61
61
chainloop_attestation_init
62
62
echo "CHAINLOOP_ATTESTATION_ID=${CHAINLOOP_ATTESTATION_ID}" >> "$GITHUB_ENV"
63
63
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 }}
68
68
69
69
# Collect all artifacts, reports, and metadata
70
70
# based on the configuration in .chainloop.yml
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ jobs:
53
53
- name : Download all workflow run artifacts
54
54
uses : actions/download-artifact@v4
55
55
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 }}
60
60
61
61
# Collect all artifacts, reports, and metadata
62
62
# based on the configuration in .chainloop.yml
You can’t perform that action at this time.
0 commit comments