Skip to content

Commit 24539e9

Browse files
authored
chore: use readonly deploy key for preview (#751)
1 parent fe0ba0a commit 24539e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
repository: cdr/m
3333
ref: refs/heads/master
34-
token: ${{ secrets.GH_ACCESS_TOKEN }}
34+
ssh-key: ${{ secrets.READONLY_M_DEPLOY_KEY }}
3535
submodules: true
3636
fetch-depth: 0
3737

0 commit comments

Comments
 (0)