Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Merge pull request #450 from srujanc/patch-5 #297

Merge pull request #450 from srujanc/patch-5

Merge pull request #450 from srujanc/patch-5 #297

Workflow file for this run

name: Trigger WWDC Notes Deployment
on:
push:
branches:
- main
jobs:
trigger_deployment:
name: Trigger WWDC Notes Deployment
runs-on: ubuntu-latest
steps:
- run: gh workflow run ${{ secrets.DEPLOY_WORKFLOW_NAME }} --repo ${{ secrets.DEPLOY_REPOSITORY_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}