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
2 changed files with 3 additions and 3 deletions
+1 -1
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: |
+2 -2
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