From 20196f1f52884679e9d5f63f063c5d6dddf40f73 Mon Sep 17 00:00:00 2001 From: alanuuu <59953094+alanuuu@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:28:43 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0f6ab2..a3d74e6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,6 +4,8 @@ on: branches: - master - test +permissions: + contents: write jobs: build-and-deploy: concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession. @@ -24,4 +26,6 @@ jobs: branch: gh-pages # The branch the action should deploy to. folder: packages/vue-ui-storybook/storybook-static # The folder the action should deploy. token: ${{ secrets.ACCESS_TOKEN }} - ssh-key: csdn + + +