Skip to content

Moves configs to repo variables#550

Merged
ketilmo merged 1 commit into
ketilmo:masterfrom
fiskeben:rf/fix/github-workflow-config
Jul 10, 2026
Merged

Moves configs to repo variables#550
ketilmo merged 1 commit into
ketilmo:masterfrom
fiskeben:rf/fix/github-workflow-config

Conversation

@fiskeben

@fiskeben fiskeben commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

This removes hard coded personal variables in the GitHub workflow and reads them from the repository's secrets and variables instead.
Note that the names are changed to match the name in the Balena workflow.

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 Balena deployment GitHub Actions workflow to remove hard-coded personal configuration and instead read the Balena auth token and target fleet from GitHub repository secrets/variables, aligning naming with the Balena workflow setup described in the PR.

Changes:

  • Removes the hard-coded Balena fleet/app identifier from the workflow-level env.
  • Updates the deployment step to use secrets.BALENA_TOKEN for authentication.
  • Updates the deployment step to use vars.FLEET for the target fleet, and normalizes the job name text.

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

@ketilmo

ketilmo commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Thanks, @fiskeben! This makes sense.

@ketilmo ketilmo merged commit 0b26d55 into ketilmo:master Jul 10, 2026
0 of 3 checks passed
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.

3 participants