mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 07:40:48 -08:00
chore(ci): use ORG_GITHUB_TOKEN
This commit is contained in:
7
.github/workflows/mkdocs-deploy.yaml
vendored
7
.github/workflows/mkdocs-deploy.yaml
vendored
@@ -27,10 +27,9 @@ jobs:
|
|||||||
pip install mike
|
pip install mike
|
||||||
pip install mkdocs-macros-plugin
|
pip install mkdocs-macros-plugin
|
||||||
env:
|
env:
|
||||||
# Note: It is not the same as ${{ secrets.GITHUB_TOKEN }} !
|
GH_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}
|
||||||
GH_TOKEN: ${{ secrets.MKDOCS_GH_TOKEN }}
|
|
||||||
- run: |
|
- run: |
|
||||||
git config user.name "ronaudinho"
|
git config user.name "knqyf263"
|
||||||
git config user.email "doelaudi@gmail.com"
|
git config user.email "teppei.fukuda@@aquasec.com"
|
||||||
- run: |
|
- run: |
|
||||||
mike deploy --push --update-aliases ${{ github.event.inputs.version }} latest
|
mike deploy --push --update-aliases ${{ github.event.inputs.version }} latest
|
||||||
|
|||||||
Reference in New Issue
Block a user