- Notifications
You must be signed in to change notification settings - Fork1
Update universe#20586
This file contains hidden or 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
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| -master | |
| paths: | |
| -'.github/workflows/sync.yml' | |
| name:Update universe | |
| # Do not launch new job before the old one is done | |
| concurrency:${{ github.workflow }} | |
| jobs: | |
| update: | |
| name:Update submodules | |
| uses:r-universe-org/workflows/.github/workflows/sync.yml@v2 | |
| secrets: | |
| GH_APP_KEY:${{ secrets.GH_APP_KEY }} | |
| BOT_TOKEN:${{ secrets.GHPAT }} |