Skip to content

Commit

Permalink
Merge pull request #214 from eclipse-xpanse/feature/testDockerToken
Browse files Browse the repository at this point in the history
use default token
  • Loading branch information
swaroopar committed Oct 3, 2023
2 parents 9a25843 + 3501cba commit 0b69ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
BOT_EMAIL_ID: [email protected]
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_DOCKER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

jobs:
build:
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.BOT_GITHUB_DOCKER_TOKEN }}
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: git config
run: |
Expand Down

0 comments on commit 0b69ab1

Please sign in to comment.