Skip to Main Content

Fixed | Auto Post Group Facebook Github Verified

: Tools that store cookies or use long-lived tokens help prevent account flags for "unusual login activity". Smart Delays

name: Auto Post to Facebook Group on: release: types: [published] # Triggers when you publish a new release workflow_dispatch: # Allows you to manually trigger the post from the Actions tab jobs: post-to-facebook: runs-on: ubuntu-latest steps: - name: Checkout Repository Content uses: actions/checkout@v4 - name: Send Post via Meta Graph API run: | MESSAGE="🚀 New Update Released! Check out the latest changes in our repository. Version: $ github.event.release.tag_name " curl -X POST "https://facebook.com secrets.FB_GROUP_ID /feed" \ -d "message=$MESSAGE" \ -d "link=$ github.server_url /$ github.repository " \ -d "access_token=$ secrets.FB_ACCESS_TOKEN " Use code with caution. Alternative: Using Verified/Marketplace Custom Actions

This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.

Verified projects often have active forums and issue trackers where you can find help. Top Verified GitHub Auto Post Facebook Groups