diff --git a/.github/workflows/posthog-foss.yml b/.github/workflows/posthog-foss.yml index 5f62f4183bc08..adacaea3969af 100644 --- a/.github/workflows/posthog-foss.yml +++ b/.github/workflows/posthog-foss.yml @@ -23,7 +23,7 @@ jobs: repository: "posthog/posthog-foss" ref: master token: ${{ secrets.SYNC_GITHUB_TOKEN }} # SYNC_GITHUB_TOKEN is a PAT token with the workflows scope which is not in GITHUB_TOKEN - - name: Remove all non-FOSS parts + - name: Sync and remove all non-FOSS parts uses: EndBug/add-and-commit@v4 with: author_name: PostHog Bot