Unverified Commit c81addcc authored by Wojciech Kocjan's avatar Wojciech Kocjan Committed by GitHub

fix(helm-charts-release): use GITHUB_TOKEN (#484)

parent b50b06c5
......@@ -41,5 +41,5 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment