chore(orchestrator): bump rhdh-plugins ref and sync package metadata … #861
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
| name: Publish RHDH Release Dynamic Plugin Images | |
| on: | |
| push: | |
| branches: | |
| - 'release-**' | |
| - 'main' | |
| jobs: | |
| export: | |
| uses: redhat-developer/rhdh-plugin-export-overlays/.github/workflows/publish-release-branch-workspace-plugins.yaml@main | |
| permissions: | |
| contents: write | |
| attestations: write | |
| packages: write | |
| id-token: write |