Skip to content

feat(verifier): allow cow-github-bot web-flow commits πŸ€– #25

feat(verifier): allow cow-github-bot web-flow commits πŸ€–

feat(verifier): allow cow-github-bot web-flow commits πŸ€– #25

Workflow file for this run

name: verify commit signatures πŸ•΅πŸ»β€β™‚οΈ
on:
pull_request:
permissions: {}
jobs:
verify-ssh-signatures:
timeout-minutes: 10
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
# pins script + allowed_signers to the workflow revision the caller pinned
- name: πŸ“₯ Check out commit-verifier
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
repository: ${{ job.workflow_repository }}
ref: ${{ job.workflow_sha }}
persist-credentials: false
- name: πŸ”‘ Verify SSH commit signatures
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
PR: ${{ github.event.pull_request.number }}
run: ./verify_commits.sh "$PR"