mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
12 lines
260 B
YAML
12 lines
260 B
YAML
name: NightlyAdmin
|
|
on:
|
|
schedule:
|
|
- cron: '30 1 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
NightlyAdmin:
|
|
uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskNightlyAdmin.yml@main
|
|
secrets:
|
|
ASTERISKTEAM_PAT: ${{ secrets.ASTERISKTEAM_PAT }}
|