Merge branch 'main' into bugfix/code-change4john
This commit is contained in:
commit
bd6bee9ead
1 changed files with 6 additions and 0 deletions
6
.github/workflows/web-container.yml
vendored
6
.github/workflows/web-container.yml
vendored
|
|
@ -51,6 +51,9 @@ jobs:
|
|||
environments: ${{ matrix.env }}
|
||||
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
|
||||
branch: ${{ github.ref_name }}
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
prod-deploy:
|
||||
needs: determine-workflow
|
||||
if: needs.determine-workflow.outputs.workflow_type == 'release'
|
||||
|
|
@ -63,3 +66,6 @@ jobs:
|
|||
environments: ${{ matrix.env }}
|
||||
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
|
||||
branch: ${{ github.ref_name }}
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue