Add privacy notice to pr and issue templates #783
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: Build | |
| on: | |
| push: | |
| pull_request_target: | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/build.yaml | |
| with: | |
| mode: snapshot | |
| secrets: inherit | |
| permissions: | |
| contents: write | |
| packages: write | |
| id-token: write | |
| component-descriptor: | |
| uses: gardener/cc-utils/.github/workflows/post-build.yaml@master | |
| needs: | |
| - build | |
| secrets: inherit | |
| permissions: | |
| id-token: write | |
| contents: write |