-
Notifications
You must be signed in to change notification settings - Fork 4
33 lines (31 loc) · 1.16 KB
/
nightly-prs-to-main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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:
Nightly_PRs_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 }}
cache-assets: true
secrets:
token: ${{ secrets.ACCESS_TOKEN }}
DeviceDetection: ${{ secrets.DEVICE_DETECTION_KEY }}
DeviceDetectionUrl: ${{ secrets.DEVICE_DETECTION_URL }}
CsvUrl: ${{ secrets.CSV_URL }}
TestResourceKey: ${{ secrets.SUPER_RESOURCE_KEY}}
TestSuperResourceKey: ${{ secrets.SUPER_RESOURCE_KEY }}
TestPlatformResourceKey: ${{ secrets.ACCEPTCH_PLATFORM_KEY }}
TestHardwareResourceKey: ${{ secrets.ACCEPTCH_HARDWARE_KEY }}
TestBrowserResourceKey: ${{ secrets.ACCEPTCH_BROWSER_KEY }}
TestNoSetHeaderResourceKey: ${{ secrets.ACCEPTCH_NONE_KEY }}
TestLicenseKey: ${{ secrets.DEVICE_DETECTION_KEY }}