Nightly PRs to Main #196
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nightly PRs to Main | |
on: | |
workflow_dispatch: | |
workflow_run: | |
workflows: [Nightly Submodule Update] | |
types: [completed] | |
jobs: | |
# Run the common workflow on each pull request | |
Nightly_PR_to_Main: | |
uses: 51Degrees/common-ci/.github/workflows/nightly-prs-to-main.yml@main | |
with: | |
repo-name: ${{ github.event.repository.name }} | |
org-name: ${{ github.event.repository.owner.login }} | |
secrets: | |
token: ${{ secrets.ACCESS_TOKEN }} |