From fa15c0cf4d3a90e8d7a512dbe53ac50011600417 Mon Sep 17 00:00:00 2001 From: Jonathan Yu Date: Fri, 17 Dec 2021 02:36:20 +0000 Subject: [PATCH] chore: use readonly deploy key for preview --- .github/workflows/preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index a8a34f02c..f05a3463e 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -31,7 +31,7 @@ jobs: with: repository: cdr/m ref: refs/heads/master - token: ${{ secrets.GH_ACCESS_TOKEN }} + ssh-key: ${{ secrets.READONLY_M_DEPLOY_KEY }} submodules: true fetch-depth: 0