Skip to content

Commit

Permalink
Add datadog secret param to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Jul 14, 2023
1 parent 996c93f commit 8e07e0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ on:
required: false
type: boolean
default: false
secrets:
DD_API_KEY:
description: DataDog API key
required: true

# Global env vars.
env:
Expand Down

0 comments on commit 8e07e0a

Please sign in to comment.