Skip to content

Publish release

Publish release #9750

Workflow file for this run

name: Publish release
permissions:
actions: read
on:
workflow_run:
workflows:
- Bazel CI
- Github/actions CI
- Python CI
- Rust CI
types:
- completed
jobs:
publish:
if: >-
github.event.workflow_run.event == 'push'
permissions:
actions: read
secrets:
app-id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }}
app-key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }}
gpg-key: ${{ secrets.ENVOY_GPG_MAINTAINER_KEY }}
gpg-password: ${{ secrets.ENVOY_GPG_MAINTAINER_KEY_PASSWORD }}
uses: ./.github/workflows/_publish.yml
with:
committer-email: "140627008+publish-envoy[bot]@users.noreply.github.com"
committer-name: "publish-envoy[bot]"