Skip to content

Nightly PRs to Main #580

Nightly PRs to Main

Nightly PRs to Main #580

name: Nightly PRs to Main
on:
workflow_dispatch:
inputs:
dryrun:
default: false
type: boolean
description: Dry Run
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 }}
dryrun: ${{ inputs.dryrun || false }}
secrets:
token: ${{ secrets.ACCESS_TOKEN }}
DeviceDetection: ${{ secrets.DEVICE_DETECTION_KEY }}
DeviceDetectionUrl: ${{ secrets.DEVICE_DETECTION_URL }}
NginxKey: ${{ secrets.NGINX_PLUS_KEY }}
NginxCert: ${{ secrets.NGINX_PLUS_CERT }}