tangled
alpha
login
or
join now
byjp.me
/
slow.fyi
0
fork
atom
A microsite for helping take the pressure off sending infrequent communication.
slow.fyi
microsite
0
fork
atom
overview
issues
pulls
pipelines
Correct DNSLink update
byjp.me
2 years ago
c03f3567
a8bdf004
+7
-5
1 changed file
expand all
collapse all
unified
split
.github
workflows
deploy.yml
+7
-5
.github/workflows/deploy.yml
···
17
17
filebaseBucket: microsites
18
18
filebaseKey: ${{ secrets.FILEBASE_KEY }}
19
19
filebaseSecret: ${{ secrets.FILEBASE_SECRET }}
20
20
-
- name: Update DNS record
21
21
-
uses: XueMoMo/actions-coudflare-dns@v1.0.1
20
20
+
- name: Update DNSLink
21
21
+
env:
22
22
+
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
23
23
+
RECORD_DOMAIN: ${{ github.event.repository.name }}
24
24
+
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
25
25
+
id: dnslink
26
26
+
uses: GoodDollar/cloudflare-update-web3-hostname@v1.2
22
27
with:
23
23
-
name: ${{ github.event.repository.name }}
24
28
cid: ${{ steps.Publish.outputs.cid }}
25
25
-
token: ${{ secrets.CLOUDFLARE_TOKEN }}
26
26
-
zone: ${{ secrets.CLOUDFLARE_ZONE_ID }}