Skip to content

🌱 Temporarily fixup e2e.sh #1325

🌱 Temporarily fixup e2e.sh

🌱 Temporarily fixup e2e.sh #1325

Workflow file for this run

name: Verify PR
on:
pull_request_target:
types: [opened, edited, synchronize, reopened]
permissions:
checks: write # Allow access to checks to write check runs.
jobs:
verify:
runs-on: ubuntu-latest
name: Verify PR contents
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}