From 7953ff9108e8acd0697407c7020b90b67e296fa5 Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Mon, 21 Mar 2022 17:23:58 +0100 Subject: [PATCH] Explicitly set GITHUB_BASE_URL for modulesync This should fix the modulesync errors that are popping up for recent runs, e.g. https://github.com/projectsyn/modulesync-control/runs/5630431030?check_suite_focus=true See the modulesync issue at https://github.com/voxpupuli/modulesync/issues/250 --- .github/workflows/sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 1db4967..f68cb20 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -33,6 +33,7 @@ jobs: - name: Run modulesync env: GITHUB_TOKEN: ${{ secrets.MODULESYNC_TOKEN }} + GITHUB_BASE_URL: "https://api.github.com" run: | sha="$(git rev-parse --short HEAD)" msync_args="--filter=${{ github.event.inputs.filter }}"