Skip to content

Commit

Permalink
Add Google Analytics ENV var. in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaikaz committed Aug 26, 2024
1 parent adf32a6 commit 4bcb417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
LANGUAGES: en,lt
IS_REMOTE_BUILD: true
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 4bcb417

Please sign in to comment.