Skip to content

Commit

Permalink
test tokens [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent a1b6400 commit dd60dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_rc_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Check if an Agent 6 build pipeline has run in the past week
if: ${{ env.IS_AGENT6_RELEASE == 'true' }}
run: |
curl -X GET "https://api.datadoghq.com/api/v1/validate" -H "DD-API-KEY: ${{ env.DD_API_KEY }}" -H "DD-APP-KEY: ${{ env.DD_APP_KEY }}"
err_msg=$(inv release.check-agent6-build-status ${{ env.AGENT_CI_ONCALL_CHANNEL }})
if [-n "$err_msg" ]; then
echo "$err_msg"
Expand Down

0 comments on commit dd60dbd

Please sign in to comment.