security: use canonical gitops-release reusable workflow#10
Merged
Ross (ross-makeacompany) merged 1 commit intoJun 4, 2026
Merged
Conversation
Replaces 100+ lines of inline gitops boilerplate (cross-repo checkout, Python manifest patch, branch push, PR open, auto-merge) with a call to BimRoss/.github/.github/workflows/gitops-release.yml pinned to commit SHA 91ea84482a8b74acf0f63feebce7187bea0ecc30 (v1). Single-env, single image (geeemoney/bimross-website), single manifest (admin/apps/bimross-website/deployment.yaml). Build-and-publish job (including IndexNow ping) preserved unchanged. Closes #9.
Comment on lines
+130
to
+146
| if: startsWith(github.ref, 'refs/tags/v') | ||
| needs: | ||
| - build-and-publish | ||
| - version | ||
| concurrency: | ||
| group: bimross-website-release | ||
| cancel-in-progress: false | ||
| uses: BimRoss/.github/.github/workflows/gitops-release.yml@91ea84482a8b74acf0f63feebce7187bea0ecc30 # v1 | ||
| secrets: inherit | ||
| with: | ||
| app_slug: bimross-website | ||
| version: ${{ needs.version.outputs.version }} | ||
| target_env: ${{ needs.version.outputs.target_env }} | ||
| images: | | ||
| geeemoney/bimross-website | ||
| manifest_paths: ${{ needs.version.outputs.manifest_paths }} | ||
| commit_subject: ${{ needs.version.outputs.commit_subject }} |
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.
Summary
Replaces ~115 lines of inline gitops boilerplate (cross-repo checkout, Python manifest patch, branch push, PR open, auto-merge enable) with a call to the canonical reusable workflow
BimRoss/.github/.github/workflows/gitops-release.yml, pinned by commit SHA91ea84482a8b74acf0f63feebce7187bea0ecc30(v1).geeemoney/bimross-website, single manifestadmin/apps/bimross-website/deployment.yamlbuild-and-publishjob (including IndexNow ping) preserved unchangedrancher-admin/masterCloses #9.
Test plan
gitops-releasejob opens a PR againstBimRoss/rancher-adminwith the manifest bump