Skip to content

Commit

Permalink
Update GitHub Actions env
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Nov 2, 2023
1 parent d928bd1 commit 1fd8d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
DeployApp:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_GOOGLE_ANALYTICS: ${{ vars.NEXT_PUBLIC_GOOGLE_ANALYTICS }}
NEXT_PUBLIC_GA_MEASUREMENT_ID: ${{ vars.NEXT_PUBLIC_GA_MEASUREMENT_ID }}
steps:
- name: Git clone the repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 1fd8d92

Please sign in to comment.