Skip to content

chore: commit remaining local changes #22

chore: commit remaining local changes

chore: commit remaining local changes #22

name: Authoritative verification
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: '17 4 * * 1'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
live-proof:
name: Authoritative live proof
# Fork PRs stay on the repo's secret-free build/test lanes. This workflow only
# reruns the live publish proof when the checked-out PR head is this repository,
# so untrusted forks never receive publish secrets.
if: >-
github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name == github.repository
uses: ./.github/workflows/authoritative-live-proof.yml
secrets:
MESH_PUBLISH_OWNER: ${{ secrets.MESH_PUBLISH_OWNER }}
MESH_PUBLISH_TOKEN: ${{ secrets.MESH_PUBLISH_TOKEN }}