diff --git a/.github/workflows/blossom-ci.yml b/.github/workflows/blossom-ci.yml index a6bc486992..b07384e5ab 100644 --- a/.github/workflows/blossom-ci.yml +++ b/.github/workflows/blossom-ci.yml @@ -17,6 +17,15 @@ concurrency: group: blossom-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true +permissions: + actions: write + checks: write + contents: write + issues: write + pull-requests: write + repository-projects: write + statuses: write + jobs: Authorization: name: Authorization