add homelab apply workflow - #3
Merged
Merged
Conversation
nickvigilante
commented
May 11, 2026
Owner
- Add homelab-apply workflow for browser-triggered tofu apply
- Drop deprecated has_downloads attribute from managed repos
Manual-only trigger via workflow_dispatch. Plans, then applies the saved plan (no -auto-approve, no surprise drift). Dry-run input lets you preview without applying. Concurrency lock prevents parallel runs. Same secrets / GitHub App PEM staging pattern as homelab-plan.yml. Apply output goes to the Actions run summary. README updated with both apply paths (local and Actions UI).
The GitHub Releases "downloads" feature is going away; the provider warns on every read and refuses to set the field in a future version. Dropping it from the schema lets Tofu stop managing the attribute without changing what's currently set on GitHub (the field stays whatever GitHub keeps it as, which is moot since the feature itself is being retired). Silences 25 of the ~50 deprecation warnings in tofu plan. The remaining vulnerability_alerts deprecation warrants its own PR — that one needs a state-move dance to avoid briefly disabling alerts.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.