push version #8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/web-container.yml
vendored
4
.github/workflows/web-container.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
environments: ${{ matrix.env }}
|
environments: ${{ matrix.env }}
|
||||||
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
|
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
|
||||||
branch: ${{ github.ref_name }}
|
branch: ${{ github.head_ref }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
environments: ${{ matrix.env }}
|
environments: ${{ matrix.env }}
|
||||||
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
|
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
|
||||||
branch: ${{ github.ref_name }}
|
branch: ${{ github.head_ref }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue