Skip to content

Nigthly PR to Main

Nigthly PR to Main #50

name: Nigthly PR 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 }}
asset-keys: '{ "TestResourceKey": "${{ secrets.SUPER_RESOURCE_KEY}}" }'