Try to trigger the network privacy alert on port publish. (#1248) #261
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: container project - merge build | |
| permissions: | |
| contents: read | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - release/* | |
| jobs: | |
| build: | |
| name: Invoke build | |
| uses: ./.github/workflows/common.yml | |
| with: | |
| release: true | |
| secrets: inherit | |
| permissions: | |
| contents: read | |
| packages: read | |
| pages: write |