Skip to content

Commit

Permalink
Merge pull request #18 from mhutter/bump-ci
Browse files Browse the repository at this point in the history
chore(ci): Ensure to use latest dnscontrol-action
  • Loading branch information
mhutter authored Aug 18, 2024
2 parents 6f63a40 + d1ea265 commit 47c50f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: DNSControl preview
uses: wblondel/dnscontrol-action@v4.12
uses: wblondel/dnscontrol-action@v4
id: dnscontrol_preview
env:
CLOUDFLARE_APITOKEN: ${{ secrets.CLOUDFLARE_APITOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: DNSControl push
uses: wblondel/[email protected]
id: dnscontrol_preview
uses: wblondel/dnscontrol-action@v4
env:
CLOUDFLARE_APITOKEN: ${{ secrets.CLOUDFLARE_APITOKEN }}
PORKBUN_API_KEY: ${{ secrets.PORKBUN_API_KEY }}
Expand Down

0 comments on commit 47c50f4

Please sign in to comment.