Skip to content

Commit b990dab

Browse files
authored
chore: use readonly deploy key for preview (#4645)
1 parent 4943e94 commit b990dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-preview.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
repository: coder/m
3232
ref: refs/heads/master
33-
token: ${{ secrets.GH_ACCESS_TOKEN }}
33+
ssh-key: ${{ secrets.READONLY_M_DEPLOY_KEY }}
3434
submodules: true
3535
fetch-depth: 0
3636

0 commit comments

Comments
 (0)