Skip to content

Commit

Permalink
call quality gates with api key
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahkm committed Feb 3, 2025
1 parent 181b3d4 commit 6f5f9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dd-ci-upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ runs:
- name: Activate Quality Gates
shell: bash
run: ./datadog-ci gate evaluate
run: env DD_API_KEY=${{ inputs.dd-api-key }} ./datadog-ci gate evaluate

0 comments on commit 6f5f9e6

Please sign in to comment.