Skip to content

Commit

Permalink
use default token
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Oct 3, 2023
1 parent 9a25843 commit 3501cba
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 3501cba

Please sign in to comment.