Skip to content

Commit

Permalink
maybe this time?
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewozniak committed Jan 18, 2024
1 parent 32e05fe commit f2df445
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,16 @@ jobs:
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}

- name: Configure Git for GitHub Actions
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
- name: Set GOPRIVATE for private repositories
run: echo "export GOPRIVATE=github.com/ojo-network" >> $GITHUB_ENV
- name: Authenticate with GitHub Package Registry
run: echo "//${{ github.token }}:[email protected]/:_authToken=${{ github.token }}" > ~/.npmrc

- name: Compile
run: |
go mod download
Expand Down

0 comments on commit f2df445

Please sign in to comment.