Update dynatrace workspace to commit d73791d for backstage `1.48.…
#847
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 |