Skip to content

Commit

Permalink
Update dnscontrol.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Feb 26, 2024
1 parent cd26a2d commit 46a45d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dnscontrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
PORKBUN_API_KEY: ${{ secrets.PORKBUN_API_KEY }}
PORKBUN_API_SECRET: ${{ secrets.PORKBUN_API_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
REPORT_PATH: "${{ github.workspace }}/reports/$(date '+%Y-%m-%d')-Report.txt"

jobs:
dnscontrol:
Expand All @@ -32,6 +33,6 @@ jobs:
- name: Push
uses: koenrh/dnscontrol-action@v3
with:
args: push --notify
args: push --notify --report ${{ env.REPORT_PATH }}
config_file: 'dnsconfig.js'
creds_file: 'creds.example.json'

0 comments on commit 46a45d6

Please sign in to comment.