Skip to content

Commit

Permalink
update release workflow to reference DATADOG_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Sep 6, 2023
1 parent 6e448e2 commit 1bb513d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
env:
DD_APPLICATION_ID: ${{ secrets.DD_APPLICATION_ID }}
DD_CLIENT_TOKEN: ${{ secrets.DD_CLIENT_TOKEN }}
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
INTERSTITIAL_AD_UNIT_ID: "${{ secrets.INTERSTITIAL_AD_UNIT_ID }}"
VERSION: "${{ env.version }}"

Expand Down

0 comments on commit 1bb513d

Please sign in to comment.