Skip to content

chore(actions): rename secrets#347

Merged
harbassan merged 1 commit intomasterfrom
chore/rm_redundant_secrets
Apr 6, 2026
Merged

chore(actions): rename secrets#347
harbassan merged 1 commit intomasterfrom
chore/rm_redundant_secrets

Conversation

@harbassan
Copy link
Copy Markdown
Contributor

@harbassan harbassan commented Apr 6, 2026

Issue

The gh deployment action sends a bunch of secrets (from the repo environment) to fly, and the naming is inconsistent.

Solution

Renamed the secrets in the gh environment and hence in the gh action.

Risk

The deployment might fail if I've messed something up

@harbassan harbassan marked this pull request as ready for review April 6, 2026 05:23
@harbassan harbassan requested a review from Copilot April 6, 2026 05:25
Copy link
Copy Markdown

Copilot AI left a comment

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 aims to stop passing repository environment secrets into the Fly deployment GitHub Action, based on the assumption that Fly should source required configuration from its own secrets store.

Changes:

  • Removed multiple --build-arg ...=${{ secrets.* }} parameters from the frontend flyctl deploy command in the workflow.
  • Left the deployment command as flyctl deploy --remote-only --config fly.toml for the frontend job.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@harbassan harbassan force-pushed the chore/rm_redundant_secrets branch from e05069b to c8c38fa Compare April 6, 2026 05:50
@harbassan harbassan changed the title chore(actions): rm redundant secrets chore(actions): rename secrets Apr 6, 2026
@harbassan harbassan requested a review from Copilot April 6, 2026 06:00
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@harbassan harbassan force-pushed the chore/rm_redundant_secrets branch from c8c38fa to 22d3dd8 Compare April 6, 2026 06:05
@harbassan harbassan merged commit 4935f14 into master Apr 6, 2026
5 checks passed
@harbassan harbassan deleted the chore/rm_redundant_secrets branch April 6, 2026 06:06
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