Fix the token issues
This commit is contained in:
@@ -27,11 +27,13 @@ jobs:
|
|||||||
name: Checkout
|
name: Checkout
|
||||||
with:
|
with:
|
||||||
fetch-depth: 100
|
fetch-depth: 100
|
||||||
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: truecharts/catalog
|
repository: truecharts/catalog
|
||||||
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
path: catalog
|
path: catalog
|
||||||
|
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
@@ -42,6 +44,8 @@ jobs:
|
|||||||
- name: build-and-run
|
- name: build-and-run
|
||||||
run: |
|
run: |
|
||||||
tools/build-release.sh --config .github/cr.yaml
|
tools/build-release.sh --config .github/cr.yaml
|
||||||
|
env:
|
||||||
|
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Commit and Push new Helm Charts and docs
|
- name: Commit and Push new Helm Charts and docs
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user