diff --git a/.github/workflows/chainloop.yml b/.github/workflows/chainloop.yml index 8701d50..857b0e1 100644 --- a/.github/workflows/chainloop.yml +++ b/.github/workflows/chainloop.yml @@ -61,10 +61,10 @@ jobs: chainloop_attestation_init echo "CHAINLOOP_ATTESTATION_ID=${CHAINLOOP_ATTESTATION_ID}" >> "$GITHUB_ENV" - - name: logs - run: source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs - env: - GH_TOKEN: ${{ github.token }} + # - name: logs + # run: source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs + # env: + # GH_TOKEN: ${{ github.token }} # Collect all artifacts, reports, and metadata # based on the configuration in .chainloop.yml diff --git a/.github/workflows/chainloop_push.yml b/.github/workflows/chainloop_push.yml index 409d5af..8134299 100644 --- a/.github/workflows/chainloop_push.yml +++ b/.github/workflows/chainloop_push.yml @@ -53,10 +53,10 @@ jobs: - name: Download all workflow run artifacts uses: actions/download-artifact@v4 - - name: logs - run: source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs - env: - GH_TOKEN: ${{ github.token }} + # - name: logs + # run: source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs + # env: + # GH_TOKEN: ${{ github.token }} # Collect all artifacts, reports, and metadata # based on the configuration in .chainloop.yml