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 d6055a3 commit 43e8502
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dnscontrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,23 @@ env:
jobs:
dnscontrol:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Check
id: dnscontrol_check
uses: is-cool-me/[email protected]
with:
args: check
config_file: 'dnsconfig.js'
creds_file: 'creds.example.json'

- name: Push
id: dnscontrol_push
uses: is-cool-me/[email protected]
with:
args: push --notify --report "./reports/$(date '+%Y-%m-%d')-Report.txt"
config_file: 'dnsconfig.js'
creds_file: 'creds.example.json'

- name: Commit and Push Changes
id: git_commit_push
uses: actions-js/push@master
Expand Down

0 comments on commit 43e8502

Please sign in to comment.