File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 5858 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
5959 gpg-passphrase : ${{ secrets.GPG_PASSPHRASE }}
6060 verbose : ${{ secrets.VERBOSE }}
61+
62+
63+ - name : set up go for the DNS update below
64+ uses : https://code.forgejo.org/actions/setup-go@v4
65+ if : secrets.ROLE == 'forgejo-experimental'
66+ with :
67+ go-version : " >=1.21"
68+ check-latest : true
69+ - name : update the _release.experimental DNS record
70+ if : secrets.ROLE == 'forgejo-experimental'
71+ uses : https://code.forgejo.org/actions/ovh-dns-update@v1
72+ with :
73+ subdomain : _release.experimental
74+ domain : forgejo.com # there is a CNAME from .org to .com (for security reasons)
75+ record-id : 5283602601
76+ value : v=${{ github.ref_name }}
77+ ovh-app-key : ${{ secrets.OVH_APP_KEY }}
78+ ovh-app-secret : ${{ secrets.OVH_APP_SECRET }}
79+ ovh-consumer-key : ${{ secrets.OVH_CON_KEY }}
You can’t perform that action at this time.
0 commit comments