Skip to content

Commit

Permalink
add api key
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkruger committed Dec 3, 2024
1 parent 8af9514 commit db3016a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
- name: Publish JUnit Tests
uses: ./.github/actions/publish-junit
env:
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
with:
files: ${{ github.workspace }}/reports/go-test_go_tests.xml
name: Go Tests
Expand Down

0 comments on commit db3016a

Please sign in to comment.