Skip to content

Commit b1c7b6c

Browse files
authored
add env vars to workflow (#62)
* add env vars to workflow * GA ID isn't a secret
1 parent 8a56cae commit b1c7b6c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/static.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616

17+
env:
18+
PUBLIC_ANALYTICS_ENABLED: ${{ vars.PUBLIC_ANALYTICS_ENABLED }}
19+
PUBLIC_GOOGLE_ANALYTICS_ID: ${{ vars.PUBLIC_GOOGLE_ANALYTICS_ID }}
20+
1721
steps:
1822
# Check out the repo code
1923
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)