Skip to content

Commit

Permalink
include the GH secret in the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Aug 17, 2023
1 parent dfba911 commit 3ced00e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ runs:
env:
NEXT_PUBLIC_IS_PRODUCTION: ${{ inputs.is-production }}
NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID: ${{ fromJSON(inputs.secrets).NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID }}
NEXT_PUBLIC_DUNE_API_KEY: ${{ fromJSON(inputs.secrets).NEXT_PUBLIC_DUNE_API_KEY }}

0 comments on commit 3ced00e

Please sign in to comment.