Nightly Submodule Update #513
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nightly Submodule Update | |
on: | |
workflow_dispatch: | |
schedule: | |
# * is a special character in YAML so quote this string | |
- cron: '0 2 * * *' | |
jobs: | |
# Run the common workflow on each pull request | |
Nightly_Submodule_Update: | |
uses: 51Degrees/common-ci/.github/workflows/nightly-submodule-update.yml@main | |
with: | |
repo-name: ${{ github.event.repository.name }} | |
org-name: ${{ github.event.repository.owner.login }} | |
secrets: | |
token: ${{ secrets.ACCESS_TOKEN }} |