Skip to content

Nightly PRs to Main #492

Nightly PRs to Main

Nightly PRs to Main #492

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 }}
cache-assets: true
secrets:
token: ${{ secrets.ACCESS_TOKEN }}
DeviceDetection: ${{ secrets.DEVICE_DETECTION_KEY }}
DeviceDetectionUrl: ${{ secrets.DEVICE_DETECTION_URL }}
TestResourceKey: ${{ secrets.SUPER_RESOURCE_KEY}}
AcceptCHBrowserKey: ${{ secrets.ACCEPTCH_BROWSER_KEY}}
AcceptCHHardwareKey: ${{ secrets.ACCEPTCH_HARDWARE_KEY}}
AcceptCHPlatformKey: ${{ secrets.ACCEPTCH_PLATFORM_KEY}}
AcceptCHNoneKey: ${{ secrets.ACCEPTCH_NONE_KEY}}