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