We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e490b4 commit 700ceeeCopy full SHA for 700ceee
1 file changed
.github/workflows/cd.yml
@@ -36,6 +36,8 @@ jobs:
36
latest: ${{ github.ref == 'refs/heads/main' }}
37
github-token: ${{ secrets.GITHUB_TOKEN }}
38
docker-image-name: ${{ vars.DOCKER_IMAGE_NAME }}
39
+ wiz-client-id: ${{ secrets.WIZ_CLIENT_ID }}
40
+ wiz-client-secret: ${{ secrets.WIZ_CLIENT_SECRET }}
41
- name: Create tag
42
if: github.ref == 'refs/heads/main'
43
uses: actions/github-script@v5
0 commit comments