]> git.openstreetmap.org Git - dns.git/commitdiff
Add missing token for gh
authorGrant Slater <github@firefishy.com>
Mon, 28 Nov 2022 13:23:41 +0000 (13:23 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 28 Nov 2022 13:23:41 +0000 (13:23 +0000)
.github/workflows/check.yml

index ec221beeca4ea3d3ebec9f262c9ca3b98749cd1f..a35cc83e3cb9d8adea8c258ccce81279d82d7edc 100644 (file)
@@ -28,6 +28,8 @@ 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 \