Skip to content

Commit

Permalink
debugging helm release github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Jun 13, 2024
1 parent a1f5a69 commit 76f3cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 76f3cd3

Please sign in to comment.