Skip to content

Commit

Permalink
ci: rename gh token var (#3893)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed May 25, 2023
1 parent 88a44c5 commit a0d6300
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build-api-executors-tag.yaml
Expand Up @@ -399,8 +399,9 @@ jobs:
git config user.name "kubeshop-bot"
git config user.email "kubeshop-bot@kubeshop.io"
export GH_PUSH_TOKEN
export GH_TOKEN
export RELEASE_VERSION
export SERVICE
# Check if release branch exists in helm-charts repository
REPO_OWNER=kubeshop
Expand All @@ -424,5 +425,5 @@ jobs:
env:
SERVICE: api
GH_PUSH_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
GH_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
RELEASE_VERSION: ${{ steps.tag.outputs.tag }}

0 comments on commit a0d6300

Please sign in to comment.