Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit f00f58f

Browse files
authored
SWI-2266 Add env vars to cypress (#997)
1 parent f030bae commit f00f58f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-docsite.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
COMMIT_INFO_MESSAGE: ${{github.event.pull_request.title}}
4848
COMMIT_INFO_SHA: ${{github.event.pull_request.head.sha}}
49+
GOOGLE_ANALYTICS_TRACKING_ID: "12345"
50+
GTAG_TRACKING_ID: "12345"
4951

5052
publish:
5153
name: Publish Docsite

0 commit comments

Comments
 (0)