Use GITHUB_TOKEN for releasing helm chart

This commit is contained in:
Martin Šalata
2021-04-05 22:30:28 +02:00
parent bc86f0e9ab
commit c41499b934
2 changed files with 2 additions and 2 deletions

View File

@@ -52,4 +52,4 @@ jobs:
with:
charts_dir: 'helm'
env:
CR_TOKEN: '${{ secrets.CR_TOKEN }}'
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'