Skip to content

Commit 8e5117f

Browse files
committed
Add WIZ project ID to Docker build workflow
1 parent 1c2e2f5 commit 8e5117f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
docker-image-name: ${{ vars.DOCKER_IMAGE_NAME }}
3939
wiz-client-id: ${{ secrets.WIZ_CLIENT_ID }}
4040
wiz-client-secret: ${{ secrets.WIZ_CLIENT_SECRET }}
41+
wiz-project-id: ${{ secrets.WIZ_PROJECT_DIGITALSERVICES }}
4142
- name: Create tag
4243
if: github.ref == 'refs/heads/main'
4344
uses: actions/github-script@v5

0 commit comments

Comments
 (0)