From 5a5860bcb72c3fa7b73f36be2cd667dd7183f172 Mon Sep 17 00:00:00 2001 From: adlzanchetta Date: Thu, 14 Mar 2024 14:34:08 -0400 Subject: [PATCH] Adds environment variable 'GTAG_ID' to the deployment workflow --- .github/workflows/autodeploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autodeploy.yaml b/.github/workflows/autodeploy.yaml index 0faae90..b521c9e 100644 --- a/.github/workflows/autodeploy.yaml +++ b/.github/workflows/autodeploy.yaml @@ -23,6 +23,7 @@ jobs: GIT_USER: ${{ secrets.PUBLISHER_NAME }} GIT_PASS: ${{ secrets.PUBLISHER_TOKEN }} GIT_USER_EMAIL: ${{ secrets.PUBLISHER_EMAIL }} + GTAG_ID: ${{ secrets.GTAG_ID }} - uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }}