File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff 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/dnslink-action@v0.1
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/dnslink-action@v0.1
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 :
You can’t perform that action at this time.
0 commit comments