From 4c86bf6f51c7e9df80bb7edbc58c164c82a6953a Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 14 Mar 2024 18:17:04 +0800 Subject: [PATCH] ci: fix canary backend auto release job --- .github/workflows/deploy-automatically.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-automatically.yml b/.github/workflows/deploy-automatically.yml index b15b7af05f987..f335ff2b1b0ed 100644 --- a/.github/workflows/deploy-automatically.yml +++ b/.github/workflows/deploy-automatically.yml @@ -7,6 +7,11 @@ on: schedule: - cron: '0 9 * * *' +permissions: + contents: write + pull-requests: write + actions: write + jobs: dispatch-deploy: runs-on: ubuntu-latest