Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Explicitly set GITHUB_BASE_URL for modulesync
Browse files Browse the repository at this point in the history
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 voxpupuli/modulesync#250
  • Loading branch information
simu committed Mar 21, 2022
1 parent 495fd4d commit 7953ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 7953ff9

Please sign in to comment.