Update web-container.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 15:19:07 -04:00 committed by GitHub
parent 4e75470c95
commit fb717e7ca6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,9 @@ jobs:
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.ref_name }}
permissions:
contents: read
packages: write
prod-deploy: prod-deploy:
needs: determine-workflow needs: determine-workflow
if: needs.determine-workflow.outputs.workflow_type == 'release' if: needs.determine-workflow.outputs.workflow_type == 'release'
@ -63,3 +66,6 @@ jobs:
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.ref_name }}
permissions:
contents: read
packages: write