Skip to content

Commit

Permalink
ci: update token for helm releases
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Oct 20, 2023
1 parent 2c7328d commit ca80332
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
call-update-helm-repo:
permissions:
contents: write
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@ci/fix-for-github-apps-jwt
with:
charts_dir: charts
cr_configfile: charts/cr.yaml
ct_configfile: charts/ct.yaml
helm_tag_prefix: helm
secrets:
helm_repo_token: ${{ secrets.GITHUB_TOKEN }}
gihub_app_id: ${{ secrets.K6_OPERATOR_HELM_RELEASE_APP_ID }}
helm_repo_token: ${{ secrets.K6_OPERATOR_HELM_RELEASE_PEM_KEY }}

0 comments on commit ca80332

Please sign in to comment.