mirror of
https://github.com/bitnami/charts.git
synced 2026-02-14 23:37:11 +08:00
[github-actions] update-pr: Use BITNAMI_BOT_TOKEN instead of GITHUB_TOKEN when pushing changes (#22538)
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
This commit is contained in:
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
@@ -104,7 +104,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
token: ${{ github.actor == 'bitnami-bot' && secrets.GITHUB_TOKEN || secrets.BITNAMI_BOT_TOKEN }}
|
||||
token: ${{ secrets.BITNAMI_BOT_TOKEN }}
|
||||
- name: Setup git configuration
|
||||
run: |
|
||||
git config user.name "Bitnami Containers"
|
||||
|
||||
Reference in New Issue
Block a user