Updated token in release.yaml

This commit is contained in:
Lee Ween Jiann
2021-03-24 09:56:29 +08:00
parent e19641f754
commit 8e75344717

View File

@@ -29,4 +29,4 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@master
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"