Skip to content

Nightly Package Update #519

Nightly Package Update

Nightly Package Update #519

name: Nightly Package Update
on:
workflow_dispatch:
schedule:
# * is a special character in YAML so quote this string
- cron: '0 0 * * *'
jobs:
Nightly_Package_Update:
uses: 51Degrees/common-ci/.github/workflows/nightly-package-update.yml@main
with:
repo-name: ${{ github.event.repository.name }}
org-name: ${{ github.event.repository.owner.login }}
secrets:
token: ${{ secrets.ACCESS_TOKEN }}