Skip to content

Commit

Permalink
add env into the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyalaribe committed Nov 7, 2023
1 parent 90df5ce commit 615e82d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:

- name: Test
run: go test -v -count=1 -race -shuffle=on -cover ./...
env:
APITOOLKIT_KEY: ${{ secrets.APITOOLKIT_KEY }}


build:
Expand Down

0 comments on commit 615e82d

Please sign in to comment.