Skip to content

Nightly PRs to Main #86

Nightly PRs to Main

Nightly PRs to Main #86

name: Nightly PRs to Main
on:
workflow_dispatch:
schedule:
# * is a special character in YAML so quote this string
- cron: '0 1 * * *'
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 }}
secrets:
token: ${{ secrets.ACCESS_TOKEN }}
TestResourceKey: ${{ secrets.SUPER_RESOURCE_KEY}}