From 97ddea75f26c3b1f5162cdc64ddfb89720a4ceaf Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:20:31 -0400 Subject: [PATCH] infra[patch]: fix permissions (#94) --- .github/workflows/_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index d30ade63..c2d7bbb2 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -72,6 +72,7 @@ jobs: - build uses: ./.github/workflows/_test_release.yml + permissions: write-all with: working-directory: ${{ inputs.working-directory }} secrets: inherit