Fix the token issues

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-07 20:48:47 +02:00
parent 5af4f9b0e0
commit a8a9c9a5fe
+4
View File
@@ -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: |