debugging helm release github actions workflow
This commit is contained in:
parent
a1f5a69809
commit
76f3cd3158
1 changed files with 1 additions and 1 deletions
2
.github/workflows/on-release-published.yml
vendored
2
.github/workflows/on-release-published.yml
vendored
|
|
@ -139,7 +139,7 @@ jobs:
|
|||
- name: Merge pull Request
|
||||
uses: juliangruber/merge-pull-request-action@v1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ env.GITHUB_API_KEY }}
|
||||
number: ${{ needs.create-helm-release-pr.outputs.helm_release_pr_number }}
|
||||
|
||||
update-helm-repo:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue