From 615e82d08e861175ae9cd3358dd20e778c20f6cf Mon Sep 17 00:00:00 2001 From: Anthony Alaribe Date: Tue, 7 Nov 2023 17:19:17 +0100 Subject: [PATCH] add env into the github action --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2aa736f..a9b4007 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,6 +47,8 @@ jobs: - name: Test run: go test -v -count=1 -race -shuffle=on -cover ./... + env: + APITOOLKIT_KEY: ${{ secrets.APITOOLKIT_KEY }} build: