Skip to content

Commit 3542636

Browse files
Remove Google Analytics ID from build environment variables
1 parent 2b84f93 commit 3542636

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
PUBLIC_LINKED_IN_USERNAME: ${{ vars.PUBLIC_LINKED_IN_USERNAME }}
3333
PUBLIC_FIVERR_USERNAME: ${{ vars.PUBLIC_FIVERR_USERNAME }}
3434
PUBLIC_USER_EMAIL: ${{ vars.PUBLIC_USER_EMAIL }}
35-
PUBLIC_GOOGLE_ANALYTICS_ID: ${{ vars.PUBLIC_GOOGLE_ANALYTICS_ID }}
3635
PUBLIC_BLOG_URL: ${{ vars.PUBLIC_BLOG_URL }}
3736
run: |
3837
bun run build

0 commit comments

Comments
 (0)