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