Skip to content

Adds a header for forum requests to bypass cloudflare - #121

Open
The-E wants to merge 3 commits into
masterfrom
ci/use-secret-key-for-forum-access
Open

Adds a header for forum requests to bypass cloudflare#121
The-E wants to merge 3 commits into
masterfrom
ci/use-secret-key-for-forum-access

Conversation

@The-E

@The-E The-E commented Aug 2, 2026

Copy link
Copy Markdown
Member

No description provided.

@notimaginative notimaginative left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nightly_build.yml and release_build.yml need to be updated to set the FROUM_SECRET variable.

We should also have a quick fail if that variable isn't set at the start of the job.

Comment thread release.py Outdated

# Assumes git has SirKnightly credentials already
def main():
if "FORUM_SECRET" not in os.environ:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment from the other PR...

My python sucks, so excuse me if I'm off base here, but is that checking whether the variable is both present and set, or just present? Because, from my understanding, this check would pass even if the secret isn't set since the variable would still exist. We will need to catch both cases.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also done here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants