Skip to content

Commit

Permalink
Merge pull request #88 from cert-manager/fix-cr-pat
Browse files Browse the repository at this point in the history
Fix helm release workflow with CR_PAT
  • Loading branch information
jetstack-bot authored Nov 19, 2021
2 parents 60326b6 + be50d6a commit 8206019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Publish Helm chart
uses: divyansh-gupta/helm-gh-pages@12f5926e622ccae035cf5a3bb8d67ae6db7dc4b7
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.CR_PAT }}
linting: "off"
app_version: ${{ steps.tag.outputs.tag }}

0 comments on commit 8206019

Please sign in to comment.