Skip to content

Commit 700ceee

Browse files
committed
Add WIZ client credentials to CI/CD workflow
1 parent 9e490b4 commit 700ceee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
latest: ${{ github.ref == 'refs/heads/main' }}
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
3838
docker-image-name: ${{ vars.DOCKER_IMAGE_NAME }}
39+
wiz-client-id: ${{ secrets.WIZ_CLIENT_ID }}
40+
wiz-client-secret: ${{ secrets.WIZ_CLIENT_SECRET }}
3941
- name: Create tag
4042
if: github.ref == 'refs/heads/main'
4143
uses: actions/github-script@v5

0 commit comments

Comments
 (0)