Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
Added secrets for GH Workflow tests
  • Loading branch information
eggman64 authored May 31, 2024
1 parent 0dce389 commit c09c44f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ jobs:
run: go build -v ./...

- name: Test
env:
ZENDESK_DOMAIN: ${{ secrets.ZENDESK_DOMAIN }}
ZENDESK_PASSWORD: ${{ secrets.ZENDESK_PASSWORD }}
ZENDESK_USERNAME: ${{ secrets.ZENDESK_USERNAME }}
run: go test -v ./...

0 comments on commit c09c44f

Please sign in to comment.