Update web-container.yml
This commit is contained in:
parent
3db8f0ffac
commit
b3d04977ec
1 changed files with 12 additions and 0 deletions
12
.github/workflows/web-container.yml
vendored
12
.github/workflows/web-container.yml
vendored
|
|
@ -51,6 +51,12 @@ 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.head_ref || github.ref_name }}
|
branch: ${{ github.head_ref || github.ref_name }}
|
||||||
|
secrets:
|
||||||
|
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
|
||||||
|
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
TEST: ${{ secrets.TEST }}
|
||||||
|
COOLIFY_WEBHOOK: ${{ secrets.COOLIFY_WEBHOOK }}
|
||||||
|
COOLIFY_TOKEN: ${{ secrets.COOLIFY_TOKEN }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
@ -66,6 +72,12 @@ 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.head_ref || github.ref_name }}
|
branch: ${{ github.head_ref || github.ref_name }}
|
||||||
|
secrets:
|
||||||
|
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
|
||||||
|
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
TEST: ${{ secrets.TEST }}
|
||||||
|
COOLIFY_WEBHOOK: ${{ secrets.COOLIFY_WEBHOOK }}
|
||||||
|
COOLIFY_TOKEN: ${{ secrets.COOLIFY_TOKEN }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue