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