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

Commit

Permalink
Use PAT for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pryz committed May 10, 2023
1 parent 5c83878 commit 8a7be46
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 @@ -62,6 +62,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 8a7be46

Please sign in to comment.