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

Commit

Permalink
Merge pull request #64 from projectsyn/fix/modulesync-error
Browse files Browse the repository at this point in the history
Explicitly set `GITHUB_BASE_URL` for modulesync
  • Loading branch information
mhutter authored Mar 21, 2022
2 parents 495fd4d + 7953ff9 commit 1a07e65
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 1a07e65

Please sign in to comment.