Skip to content

Commit 5602391

Browse files
committed
chore(ci): dont touch dnslink yet
1 parent 63d3cc7 commit 5602391

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/build.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,18 @@ jobs:
6161
#TODO pinata-jwt-token: ${{ secrets.PINATA_JWT_TOKEN }}
6262
github-token: ${{ github.token }}
6363

64-
- name: Update DNSLink
65-
if: false # TODO github.ref == 'refs/heads/main' # only update DNSLink for main branch
66-
uses: ipfs/[email protected]
67-
with:
68-
cid: ${{ steps.deploy.outputs.cid }}
69-
dnslink_domain: 'specs.ipfs.tech'
70-
cf_record_id: ${{ secrets.CF_RECORD_ID }}
71-
cf_zone_id: ${{ secrets.CF_ZONE_ID }}
72-
cf_auth_token: ${{ secrets.CF_AUTH_TOKEN }}
73-
github_token: ${{ github.token }}
74-
set_github_status: true
64+
# TODO: right now, DNSLink is controlled by Fleek, and we use ipfs/ipfs-deploy-action for PR previews
65+
#- name: Update DNSLink
66+
# if: false # TODO github.ref == 'refs/heads/main' # only update DNSLink for main branch
67+
# uses: ipfs/[email protected]
68+
# with:
69+
# cid: ${{ steps.deploy.outputs.cid }}
70+
# dnslink_domain: 'specs.ipfs.tech'
71+
# cf_record_id: ${{ secrets.CF_RECORD_ID }}
72+
# cf_zone_id: ${{ secrets.CF_ZONE_ID }}
73+
# cf_auth_token: ${{ secrets.CF_AUTH_TOKEN }}
74+
# github_token: ${{ github.token }}
75+
# set_github_status: true
7576

7677

7778
gh-pages:

0 commit comments

Comments
 (0)