Skip to content

feat(analytics): ga4 & gtm 추가 (#351) #56

feat(analytics): ga4 & gtm 추가 (#351)

feat(analytics): ga4 & gtm 추가 (#351) #56

name: 'Sync Spectator'
on:
workflow_dispatch:
push:
branches:
- '*'
permissions: write-all
jobs:
sync-fork-repo:
runs-on: ubuntu-latest
if: github.repository == 'hufscheer/web'
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
token: ${{ secrets.HCC_GITHUB_KEY }}
- name: Commit files
run: |
git config user.email "[email protected]"
git config user.name "hufscheer"
git commit --amend --author="hufscheer <[email protected]>" --no-edit
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.HCC_GITHUB_KEY }}
repository: hufscheer-saas/hufscheer-web
force: true
branch: ${{ github.ref }}