Skip to content

Commit

Permalink
CI: update kosli api tokens for reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
arstanaly committed Dec 20, 2023
1 parent bbebf10 commit 6121234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

env:
IMAGE: ghcr.io/kosli-dev/cli
KOSLI_CLI_VERSION: "2.6.5"
KOSLI_CLI_VERSION: "2.6.18"
# KOSLI_DRY_RUN: "True"
# Ordinarily we declare KOSLI_ORG and KOSLI_FLOW here but
# this interferes with the CLI integration tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
slack_channel: ${{ secrets.MERKELY_SLACK_CI_FAILURES_CHANNEL }}
ghcr_user: ${{ secrets.GHCR_USER }}
ghcr_token: ${{ secrets.GHCR_TOKEN }}
kosli_api_token: ${{ secrets.KOSLI_API_TOKEN }}
kosli_api_token: ${{ secrets.KOSLI_API_TOKEN_PROD }}
snyk_token: ${{ secrets.SNYK_TOKEN }}

upload-kosli-reporter-package-staging:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
slack_channel: ${{ secrets.MERKELY_SLACK_CI_FAILURES_CHANNEL }}
ghcr_user: ${{ secrets.GHCR_USER }}
ghcr_token: ${{ secrets.GHCR_TOKEN }}
kosli_api_token: ${{ secrets.KOSLI_API_TOKEN }}
kosli_api_token: ${{ secrets.KOSLI_API_TOKEN_PROD }}
snyk_token: ${{ secrets.SNYK_TOKEN }}

goreleaser:
Expand Down

0 comments on commit 6121234

Please sign in to comment.