chore: use readonly deploy key for preview (#4645)
This commit is contained in:
parent
4943e9418d
commit
b990dabed1
2
.github/workflows/docs-preview.yaml
vendored
2
.github/workflows/docs-preview.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: coder/m
|
repository: coder/m
|
||||||
ref: refs/heads/master
|
ref: refs/heads/master
|
||||||
token: ${{ secrets.GH_ACCESS_TOKEN }}
|
ssh-key: ${{ secrets.READONLY_M_DEPLOY_KEY }}
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user