Update adr workspace to commit 739a3de for backstage 1.48.2 on …
#849
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 |