Move workflows to BOT_TOKEN

This commit is contained in:
kjeld Schouten-Lebbing 2021-03-11 15:14:26 +01:00
parent 90e4f51844
commit aedb517b12
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.RENOVPUSH }}
token: ${{ secrets.BOT_TOKEN }}
- name: Configure Git
run: |

View File

@ -15,13 +15,13 @@ jobs:
uses: actions/checkout@v2
with:
path: 'master'
token: ${{ secrets.RENOVPUSH }}
token: ${{ secrets.BOT_TOKEN }}
- name: Checkout-Website
uses: actions/checkout@v2
with:
repository: 'truecharts/website'
path: 'website'
token: ${{ secrets.RENOVPUSH }}
token: ${{ secrets.BOT_TOKEN }}
- name: install helm-docs