switch releaser action to GITHUB_TOKEN env var

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2020-08-29 07:37:34 -04:00
parent 69a237f194
commit c220d1f189
No known key found for this signature in database
GPG Key ID: 214B3EF39B4956B7

View File

@ -19,7 +19,7 @@ jobs:
with: with:
continue-after-seconds: 180 continue-after-seconds: 180
env: env:
GITHUB_TOKEN: ${{ secrets.CR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch history - name: Fetch history
run: git fetch --prune --unshallow run: git fetch --prune --unshallow
@ -42,4 +42,4 @@ jobs:
with: with:
charts_repo_url: https://charts.k8s-at-home.com/ charts_repo_url: https://charts.k8s-at-home.com/
env: env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}" CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"