mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
switch releaser action to GITHUB_TOKEN env var
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
69a237f194
commit
c220d1f189
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -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 }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user