From a2a49127a59b759e1a7336d9caf33bf277cf8a7f Mon Sep 17 00:00:00 2001 From: "joel@joellee.org" Date: Wed, 23 Aug 2023 21:42:58 +0200 Subject: [PATCH] chore: add contents permission --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f1c8e29..f41e5f1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: url: https://pypi.org/p/gotrue permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing + contents: write # needed for dependabot to write to repo steps: - name: Clone Repository uses: actions/checkout@v3