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 3bc2cf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ jobs:
with:
platform: linux-coverage
nightly: ${{ github.event.inputs.nightly }}
secrets:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
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 3bc2cf9

Please sign in to comment.