mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-18 06:30:22 +08:00
Move workflows to BOT_TOKEN
This commit is contained in:
2
.github/workflows/charts-renovate.yaml
vendored
2
.github/workflows/charts-renovate.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.RENOVPUSH }}
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
|
||||
4
.github/workflows/wiki-create-docs.yaml
vendored
4
.github/workflows/wiki-create-docs.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user