Skip to content

Nigthly Publish Main #583

Nigthly Publish Main

Nigthly Publish Main #583

name: Nigthly Publish Main
on:
workflow_dispatch:
workflow_run:
workflows: [Nightly PRs to Main]
types: [completed]
jobs:
# Run the common workflow to test and publish the main branch
Nightly_Publish_Main:
uses: 51Degrees/common-ci/.github/workflows/nightly-publish-main.yml@main
with:
repo-name: ${{ github.event.repository.name }}
build-platform: ubuntu-20.04
secrets:
token: ${{ secrets.ACCESS_TOKEN }}