Skip to content

Commit

Permalink
fixup! ci: update token for helm releases
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Oct 12, 2023
1 parent 54e6199 commit 8c96ade
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ 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.K6_OPERATOR_HELM_RELEASE_KEY }}
helm_repo_token: ${{ secrets.GITHUB_TOKEN }}
helm_repo_token: ${{ secrets.K6_OPERATOR_HELM_RELEASE_JWT_KEY }}

0 comments on commit 8c96ade

Please sign in to comment.