Skip to content

Commit f53f6ec

Browse files
[PATCH] Revert useless re-verification (- WIP PR #448 -)
Changes in file .github/actions/checkout-and-rebuild/action.yml: * removed manula verification as the download workflow is already checking the digest of the zip and fetching from the exact workflow by ID
1 parent 682a049 commit f53f6ec

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/checkout-and-rebuild/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@ runs:
126126
repository: reactive-firewall-org/multicast
127127
github-token: ${{ inputs.token }}
128128
run-id: ${{ inputs.build-run-id }}
129-
- id: verify_artifact_source
130-
name: "Verify Build Files"
131-
shell: bash
132-
env:
133-
GH_TOKEN: ${{ inputs.token }}
134-
run: |
135-
gh attestation verify --owner reactive-firewall-org "${{ steps.fetch_artifact_files.outputs.download-path }}"
136129
- name: "Enumerate Fetched Files"
137130
id: output_artifact_files
138131
if: ${{ (github.repository == 'reactive-firewall-org/multicast') && success() }}

0 commit comments

Comments
 (0)