A microsite for helping take the pressure off sending infrequent communication. slow.fyi
microsite

Correct DNSLink update

Changed files
+7 -5
.github
workflows
+7 -5
.github/workflows/deploy.yml
··· 17 17 filebaseBucket: microsites 18 18 filebaseKey: ${{ secrets.FILEBASE_KEY }} 19 19 filebaseSecret: ${{ secrets.FILEBASE_SECRET }} 20 - - name: Update DNS record 21 - uses: XueMoMo/actions-coudflare-dns@v1.0.1 20 + - name: Update DNSLink 21 + env: 22 + CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} 23 + RECORD_DOMAIN: ${{ github.event.repository.name }} 24 + CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }} 25 + id: dnslink 26 + uses: GoodDollar/cloudflare-update-web3-hostname@v1.2 22 27 with: 23 - name: ${{ github.event.repository.name }} 24 28 cid: ${{ steps.Publish.outputs.cid }} 25 - token: ${{ secrets.CLOUDFLARE_TOKEN }} 26 - zone: ${{ secrets.CLOUDFLARE_ZONE_ID }}