Archived
1
0

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

View File

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