Skip to content

Commit

Permalink
Merge pull request #2 from MammatusPHP/use-GITHUB_TOKEN-as-CR_TOKEN
Browse files Browse the repository at this point in the history
Use GITHUB_TOKEN as CR_TOKEN
  • Loading branch information
WyriHaximus authored Jun 8, 2024
2 parents da24f12 + 9f5803d commit 31314b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 31314b4

Please sign in to comment.