From: tobtoht Date: Fri, 21 Feb 2025 20:26:14 +0000 (+0100) Subject: ci: disable guix commit authentication X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=673b511a998ea004e3d8c48b29fd100e42d52d53;p=gamesguru%2Ffeather.git ci: disable guix commit authentication --- diff --git a/.github/workflows/guix.yml b/.github/workflows/guix.yml index 08445d7f..a0825b04 100644 --- a/.github/workflows/guix.yml +++ b/.github/workflows/guix.yml @@ -71,7 +71,7 @@ jobs: sudo aa-enforce guix || true sudo apt purge apparmor - name: build - run: SUBSTITUTE_URLS='http://bordeaux.guix.gnu.org' HOSTS="${{ matrix.toolchain.target }}" ./contrib/guix/guix-build + run: ADDITIONAL_GUIX_TIMEMACHINE_FLAGS="--disable-authentication" SUBSTITUTE_URLS='http://bordeaux.guix.gnu.org' HOSTS="${{ matrix.toolchain.target }}" ./contrib/guix/guix-build - name: virustotal scan env: VT_API_KEY: ${{ secrets.VT_API_KEY }}