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 mkdocs-macros-plugin
|
||||
env:
|
||||
# Note: It is not the same as ${{ secrets.GITHUB_TOKEN }} !
|
||||
GH_TOKEN: ${{ secrets.MKDOCS_GH_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}
|
||||
- run: |
|
||||
git config user.name "ronaudinho"
|
||||
git config user.email "doelaudi@gmail.com"
|
||||
git config user.name "knqyf263"
|
||||
git config user.email "teppei.fukuda@@aquasec.com"
|
||||
- run: |
|
||||
mike deploy --push --update-aliases ${{ github.event.inputs.version }} latest
|
||||
|
||||
Reference in New Issue
Block a user