Skip to content

Commit

Permalink
Merge pull request kubearmor#1804 from DelusionalOptimist/helm-action…
Browse files Browse the repository at this point in the history
…-without-token

fix: pass PAT as env var for gh-cli
  • Loading branch information
daemon1024 authored Jul 11, 2024
2 parents 998bfda + 34812ce commit 97facee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-latest-helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
- name: Publish Helm chart
uses: delusionaloptimist/helm-gh-pages@master
with:
env:
# Access token which can push to a different repo in the same org
token: ${{ secrets.GH_ACCESS_TOKEN }}
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
with:
charts_dir: deployments/helm
# repo where charts would be published
owner: kubearmor
Expand Down

0 comments on commit 97facee

Please sign in to comment.