Skip to content

Commit

Permalink
[MOD] publish action to use github app
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Nov 10, 2023
1 parent 4d20c0b commit 340772f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: Publish Helm chart
uses: tylerauerbeck/helm-gh-pages@main
with:
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ steps.app-token.outputs.token }}
charts_dir: .
index_dir: .
charts_url: https://imio.github.io/helm-charts/
Expand Down

0 comments on commit 340772f

Please sign in to comment.