Skip to content

Commit

Permalink
Add GTM_ID to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejwp authored Feb 11, 2024
1 parent 7e8524e commit f96d13b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:
echo FLOTIQ_API_KEY="$FLOTIQ_API_KEY" >> .env.production
echo SCOPED_FLOTIQ_API_KEY="$SCOPED_FLOTIQ_API_KEY" >> .env.production
echo GA_MEASUREMENT_ID="$GA_MEASUREMENT_ID" >> .env.production
echo GTM_ID="$GTM_ID" >> .env.production
shell: bash
env:
FLOTIQ_API_KEY: ${{ secrets.FLOTIQ_API_KEY }}
SCOPED_FLOTIQ_API_KEY: ${{ secrets.SCOPED_FLOTIQ_API_KEY }}
GA_MEASUREMENT_ID: ${{ secrets.GA_MEASUREMENT_ID }}
GTM_ID: ${{ secrets.GTM_ID }}

- uses: actions/setup-node@v1
with:
Expand All @@ -50,4 +52,4 @@ jobs:
# Refresh sitemap in Google and Bing
curl "https://www.google.com/webmasters/sitemaps/ping?sitemap=https://blog.flotiq.com/sitemap/sitemap-index.xml"
curl "https://www.bing.com/webmaster/ping.aspx?siteMap=https://blog.flotiq.com/sitemap/sitemap-index.xml"

0 comments on commit f96d13b

Please sign in to comment.