Skip to content

Commit

Permalink
Fix env vars in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mput committed Feb 13, 2024
1 parent 3751a76 commit 6a97023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Test
run: go test -v ./...
env:
GIT_URL: ${{ secrets.GIT_URL }}
GIT_ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
GITHUB_URL: ${{ secrets.GIT_URL }}
GITHUB_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}

0 comments on commit 6a97023

Please sign in to comment.