Skip to content

PAC periodic notification #393

PAC periodic notification

PAC periodic notification #393

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@412eabd625820b28aa9b02cd9023d3864d4331a5
with:
token: ${{secrets.GITHUB_TOKEN}}
discord_webhook: ${{secrets.PAC_DISCORD_WEBHOOK}}
pacsheetslink: ${{secrets.PAC_SHEETS_LINK}}