diff --git a/.github/workflows/gate-attestation.yml b/.github/workflows/gate-attestation.yml new file mode 100644 index 0000000..bda4ed3 --- /dev/null +++ b/.github/workflows/gate-attestation.yml @@ -0,0 +1,16 @@ +name: Gate Attestation + +on: + pull_request: + branches: [main] + +permissions: + contents: read + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: ${{ github.event_name == 'pull_request' }} + +jobs: + gate: + uses: forkwright/.github/.github/workflows/gate-attestation.yml@5be130bfebd5165d3221f1896f96b5ce6e93bf9b