mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
chore: use readonly deploy key for preview (#4645)
This commit is contained in:
parent
4943e9418d
commit
b990dabed1
1 changed files with 1 additions and 1 deletions
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue