Skip to content

Commit

Permalink
setup env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketDataApp committed Feb 5, 2024
1 parent 909a81d commit f16b7ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

build:
runs-on: ubuntu-latest
env:
MARKETDATA_TOKEN: ${{ secrets.MARKETDATA_TOKEN }}
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/MarketDataApp/sdk-go

go 1.21.4
go 1.21

require github.com/joho/godotenv v1.5.1

Expand Down

0 comments on commit f16b7ac

Please sign in to comment.