Skip to content

Commit

Permalink
Merge pull request #214 from jenkins-x/loginbot
Browse files Browse the repository at this point in the history
fix: release
  • Loading branch information
msvticket authored Feb 10, 2023
2 parents 4b8c088 + e7938e5 commit 713a077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
username: jenkins-x-bot-test
password: ${{ secrets.GIT_BOT_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 713a077

Please sign in to comment.