chore: use readonly deploy key for preview (#4645)

This commit is contained in:
Jonathan Yu 2021-12-17 09:27:22 -08:00 committed by GitHub
parent 4943e9418d
commit b990dabed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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