Skip to content

Commit

Permalink
chore: fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan authored Jun 8, 2021
1 parent 441d276 commit 4647d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
GIT_TOKEN: ${{ secrets.GIT_BOT_TOKEN }}
name: updatebot
uses: docker://ghcr.io/jenkins-x/jx-updatebot:0.0.75
with:
Expand Down

0 comments on commit 4647d2e

Please sign in to comment.