Skip to content

PAC periodic notification #91

PAC periodic notification

PAC periodic notification #91

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