Skip to content

cert-enroll: Added the cert-install-ssl script #158

cert-enroll: Added the cert-install-ssl script

cert-enroll: Added the cert-install-ssl script #158

name: Trigger publish of docs.strongswan.org
on:
push:
branches: [master, docs-6.0]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: gh workflow run --repo strongswan/strongswan-antora publish.yml -f msg="$MSG $GITHUB_REPOSITORY@$SHA"
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
SHA: ${{ github.event.head_commit.id }}
MSG: ${{ github.event.head_commit.message }}