ci: add GitHub Actions workflow for automated member sync#8
Open
ci: add GitHub Actions workflow for automated member sync#8
Conversation
Add weekly scheduled workflow to sync ILSA members from Stripe to Mailchimp and Google Sheets. Workflow runs every Monday at 8am Central with manual trigger option. Includes pip caching and CSV artifact upload. Also expand README with comprehensive documentation including setup instructions, architecture overview, and troubleshooting guide. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update cron schedule to run daily at 8am Central instead of weekly. Still well within GitHub Actions free tier (~150 min/month vs 2,000 limit). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
|
@jseesel @kevinreedy I was thinking this could replace the server cluster that is being provisioned currently and run weekly in Google cloud. Let me know what you think. We would need to update the repository secrets before it would run successfully. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
New file:
.github/workflows/sync-members.yml0 14 * * 1(Monday 8am Central / 2pm UTC)workflow_dispatchtrigger for on-demand runsoutput/members.csvas artifactUpdated:
README.mdRequired Secrets
Configure these in Settings > Secrets and variables > Actions before running:
STRIPE_SECRET_KEY.envfileMAILCHIMP_API_KEY.envfileMAILCHIMP_SERVER_PREFIX.envfileMAILCHIMP_LIST_ID.envfileGOOGLE_CREDENTIALS.google_credentials.jsonTest plan
🤖 Generated with Claude Code