Skip to content

Post to satis with auth - #23

Merged
edalzell merged 1 commit into
mainfrom
chore/satis-auth
Aug 4, 2026
Merged

Post to satis with auth#23
edalzell merged 1 commit into
mainfrom
chore/satis-auth

Conversation

@edalzell

@edalzell edalzell commented Aug 4, 2026

Copy link
Copy Markdown
Member

This replaces the old unauthenticated satis trigger (the jbrooksuk/laravel-forge-action action posting to a bare SATIS_TRIGGER_URL secret) with an authenticated curl POST using HTTP Basic Auth, mirroring the fix already applied in transformstudios/prime PR #772 ("Package updates need to post w/ auth"). The old endpoint was found to be open to the world with no authentication, so this closes that gap.

Important: this repo currently has NO relevant Actions secrets at all. I confirmed this via gh api repos/transformstudios/statamic-front/actions/secrets, which returned an empty list ({"total_count":0,"secrets":[]}). It is missing SATIS_TRIGGER_URL, SATIS_TRIGGER_AUTH_USER, and SATIS_TRIGGER_AUTH_PASS, all of which need to be added to the repo (or org) secrets before this workflow will work at all. Please add those secrets before merging, otherwise the workflow will fail on the next run.

@github-actions github-actions Bot added the chore label Aug 4, 2026
@edalzell
edalzell merged commit 49e557f into main Aug 4, 2026
9 checks passed
@edalzell
edalzell deleted the chore/satis-auth branch August 4, 2026 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant