From b48ff1cd3f3e150fb0b374e7a15b8a39b1956b92 Mon Sep 17 00:00:00 2001 From: Qiao Han Date: Mon, 22 Jul 2024 21:37:06 +0800 Subject: [PATCH] chore: add token permissions --- .github/workflows/mirror-postgrest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mirror-postgrest.yml b/.github/workflows/mirror-postgrest.yml index 5c04660ad..93da5afb7 100644 --- a/.github/workflows/mirror-postgrest.yml +++ b/.github/workflows/mirror-postgrest.yml @@ -24,6 +24,8 @@ jobs: mirror: needs: - version + permissions: + packages: write uses: supabase/cli/.github/workflows/mirror-image.yml@main with: image: postgrest/postgrest:v${{ needs.version.outputs.postgrest_release }}