Skip to content

Commit

Permalink
CI: prepare SNYK_TOKEN env-var
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Sep 15, 2023
1 parent ec386c7 commit 8901238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
DOCKER_USER: ${{ secrets.DOCKER_USER }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
BUILD_COMMAND: "build_test_publish.sh server"
image_tag: ${{ needs.pre-build.outputs.image_tag }}
Expand Down

0 comments on commit 8901238

Please sign in to comment.