From f242e1544dac9147c67345ccf07aadd2ab9740ed Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Mon, 25 Nov 2024 07:46:43 -0600 Subject: [PATCH] Give bundle-analyzer permission to comment on dependabot PRs --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2cf3b789..8b63a56f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,6 +121,8 @@ jobs: bundle-analyzer: runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3