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

Commit

Permalink
try with GITHUB_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed May 27, 2023
1 parent d9af511 commit 2c52e08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:
env:
GOPRIVATE: github.com/stealthrocket
GH_ACCESS_TOKEN: ${{ secrets.PRIVATE_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
spellcheck:
Expand Down Expand Up @@ -71,6 +72,6 @@ jobs:
mkdir -p $HOME/gotip
tar -C $HOME/gotip -xzf gotip.tar.gz
- run: git config --global url.https://$GH_ACCESS_TOKEN@github.com.insteadOf https://github.com
- run: git config --global url.https://$GITHUB_TOKEN@github.com.insteadOf https://github.com
- run: make testdata GO=$HOME/gotip/bin/go
- run: make test

0 comments on commit 2c52e08

Please sign in to comment.