Skip to content

Add step to set BACKSTAGE_UPLOAD_SECRET in GitHub Actions workflow#152

Merged
NotReallyEight merged 1 commit into
mainfrom
chore/fix-pr-gh-actions
May 30, 2026
Merged

Add step to set BACKSTAGE_UPLOAD_SECRET in GitHub Actions workflow#152
NotReallyEight merged 1 commit into
mainfrom
chore/fix-pr-gh-actions

Conversation

@NotReallyEight

@NotReallyEight NotReallyEight commented May 30, 2026

Copy link
Copy Markdown
Owner

What this PR does?

This pull request makes a small update to the GitHub Actions workflow. It ensures that the BACKSTAGE_UPLOAD_SECRET environment variable is always set during the test job, defaulting to a dummy value if not already provided. This helps prevent errors related to missing secrets in pull requests.

  • Added a step to set BACKSTAGE_UPLOAD_SECRET to a default value (dummy-secret-in-PR) if it is not already defined in the environment, improving workflow reliability for PRs.

Summary made by Copilot.

Prerequisites

@NotReallyEight NotReallyEight self-assigned this May 30, 2026
Copilot AI review requested due to automatic review settings May 30, 2026 06:22
@NotReallyEight NotReallyEight added the bug Something isn't working label May 30, 2026
@vercel

vercel Bot commented May 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
frame-group-website Ready Ready Preview, Comment May 30, 2026 6:22am

Copilot AI 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.

Pull request overview

This PR updates the test GitHub Actions workflow to provide a fallback BACKSTAGE_UPLOAD_SECRET, preventing build-time failures when the secret is unavailable in PR contexts.

Changes:

  • Adds a workflow step that writes BACKSTAGE_UPLOAD_SECRET to $GITHUB_ENV.
  • Uses dummy-secret-in-PR when the secret is missing or empty.

@NotReallyEight
NotReallyEight merged commit 0eda3ab into main May 30, 2026
4 checks passed
@NotReallyEight
NotReallyEight deleted the chore/fix-pr-gh-actions branch May 30, 2026 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants