Skip to content

Commit b630a23

Browse files
committed
chore(ci): switch to dnslink-action@v1
v1.1.0 includes auto-discovery of Cloudflare record IDs https://github.com/ipshipyard/dnslink-action/releases/tag/v1.1.0
1 parent 042ec72 commit b630a23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ipfs-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
url: "https://ipfs-tech.ipns.inbrowser.link/"
5858
steps:
5959
- name: Update DNSLink
60-
# TODO: switch back to v1 once https://github.com/ipshipyard/dnslink-action/pull/7 is merged
61-
uses: ipshipyard/dnslink-action@651a8aea52af7ee59da6ddf987785e22e1a907f5
60+
uses: ipshipyard/dnslink-action@v1
6261
with:
6362
cid: ${{ needs.deploy-ipfs.outputs.cid }}
6463
dnslink_domain: 'ipfs-tech.dnslinks.ipshipyard.tech'

0 commit comments

Comments
 (0)