Skip to content

Commit

Permalink
Merge pull request #500 from logzio/feature/logzio-monitoring-multi-e…
Browse files Browse the repository at this point in the history
…nv-tests

Change env var name from `token` to `key`
  • Loading branch information
yotamloe authored Jun 18, 2024
2 parents 623d936 + 3b83f35 commit cc104f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/logzio-logs-collector-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Run Go Tests
env:
LOGZIO_LOGS_API_TOKEN: ${{ secrets.LOGZIO_LOGS_API_TOKEN }}
LOGZIO_LOGS_API_KEY: ${{ secrets.LOGZIO_LOGS_API_KEY }}
run: |
go get go.uber.org/zap
go test -v ./tests/logs_e2e_test.go ./tests/common.go
Expand Down

0 comments on commit cc104f4

Please sign in to comment.