Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
allow fetching private repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Pryz committed May 10, 2023
1 parent 6e4ee91 commit 5c83878
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Configure git for private modules
env:
TOKEN: ${{ secrets.PAT }}
run: git config --global url."https://Pryz:${TOKEN}@github.com".insteadOf "https://github.com"

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 5c83878

Please sign in to comment.