]> git.openstreetmap.org Git - dns.git/blobdiff - .github/workflows/check.yml
Add missing repo to gh
[dns.git] / .github / workflows / check.yml
index ec221beeca4ea3d3ebec9f262c9ca3b98749cd1f..34cbb7fc75b693ec2f1628fbb05ae5d931bf65c6 100644 (file)
@@ -28,9 +28,11 @@ jobs:
           gh
 
     - name: Install dnscontrol
+      env:
+        GH_TOKEN: ${{ github.token }}
       run: |
         arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
-        && gh release download --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
+        && gh release download --repo https://github.com/StackExchange/dnscontrol --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
         && sudo apt install /tmp/dnscontrol.deb -y
 
     - name: Run Check