Skip to content

Commit

Permalink
Adds environment variable 'GTAG_ID' to the deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adlzanchetta committed Mar 14, 2024
1 parent 5d839e9 commit 5a5860b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autodeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5a5860b

Please sign in to comment.