Skip to content

PAC periodic notification #440

PAC periodic notification

PAC periodic notification #440

Workflow file for this run

name: PAC periodic notification
on:
workflow_dispatch:
schedule:
- cron: '0 19 * * *'
jobs:
runjob:
if: github.repository == 'goatcorp/DalamudPluginsD17'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: reiichi001/PAC-Nag@266d6766e806ccd29e1f1ec2a5fbbbc030b43b8d
with:
token: ${{secrets.GITHUB_TOKEN}}
discord_webhook: ${{secrets.PAC_DISCORD_WEBHOOK}}
pacsheetslink: ${{secrets.PAC_SHEETS_LINK}}