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

Commit f030bae

Browse files
authored
SWI-2266 Add appropriate env vars for release (#994)
1 parent d7ac733 commit f030bae

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
@@ -145,6 +145,8 @@ jobs:
145145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146146
COMMIT_INFO_MESSAGE: ${{github.event.pull_request.title}}
147147
COMMIT_INFO_SHA: ${{github.event.pull_request.head.sha}}
148+
GOOGLE_ANALYTICS_TRACKING_ID: "12345"
149+
GTAG_TRACKING_ID: "12345"
148150

149151
notify_for_failures:
150152
name: Notify for Failures

0 commit comments

Comments
 (0)