Move workflows to BOT_TOKEN
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.RENOVPUSH }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -15,13 +15,13 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: 'master'
|
path: 'master'
|
||||||
token: ${{ secrets.RENOVPUSH }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
- name: Checkout-Website
|
- name: Checkout-Website
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'truecharts/website'
|
repository: 'truecharts/website'
|
||||||
path: 'website'
|
path: 'website'
|
||||||
token: ${{ secrets.RENOVPUSH }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
- name: install helm-docs
|
- name: install helm-docs
|
||||||
|
|||||||
Reference in New Issue
Block a user