From e45d424b11d9ed9d84334fb917ff8d0958a98468 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/mirror-postgrest.yml b/.github/workflows/mirror-postgrest.yml index 5c04660ad..374554906 100644 --- a/.github/workflows/mirror-postgrest.yml +++ b/.github/workflows/mirror-postgrest.yml @@ -24,6 +24,10 @@ jobs: mirror: needs: - version + permissions: + contents: read + packages: write + id-token: write uses: supabase/cli/.github/workflows/mirror-image.yml@main with: image: postgrest/postgrest:v${{ needs.version.outputs.postgrest_release }}