INFO Skipping configuration for protected branch... #31251
Unanswered
stefkiourk
asked this question in
Questions
Replies: 3 comments 2 replies
-
|
following this- we're getting the same issue! |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
We just moved off supabase to rds and alembic heh
…On Sun, Jan 25, 2026 at 3:52 PM, Adrien Ramella-Pezza < ***@***.*** > wrote:
Hey there! Checking if you had any luck fixing this. Having the same
issue, hoping to avoid working through github actions..
—
Reply to this email directly, view it on GitHub (
#31251 (reply in thread)
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/ACDPMJG3ON3X6E4WJRS5XGT4IUUJPAVCNFSM6AAAAACS25MWK6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNRQGAZDGOI
).
You are receiving this because you commented. Message ID: <supabase/supabase/repo-discussions/31251/comments/15600239
@ github. com>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Also running into this. It's crazy how I can't find any other issues about this. This makes the whole branching feature useless? Code is no longer config. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am changing the config.toml file to enable/disable different properties of auth and storage. However, I'm getting the message "INFO Skipping configuration for protected branch..." when I'm pushing the changes to main. I've tried creating another branch, which correctly picks up and reflects the changes, however when merging back to main, I get the same message. Example property: under [auth], enable_anonymous_sign_ins = true.
If "main" is my production branch, and I would like a change in the config, why would it skip it and consider it protected, even with normal PR merges? In case I am misunderstanding the process, how would one go about changing project configuration via Supabase branches?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions