From f36327c4a17fe2e4d77b735438baf2e3327a9f4c Mon Sep 17 00:00:00 2001 From: Naveed Jooma Date: Thu, 28 Mar 2024 15:27:18 -0400 Subject: [PATCH] Set write permissions for release workflow --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 585ac75..2c9ac6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,8 @@ jobs: outputs: version: ${{ steps.which_version.outputs.version }} sha: ${{ steps.commit.outputs.commit_long_sha }} + permissions: + contents: write steps: - name: Check if organization member id: is_organization_member @@ -73,7 +75,7 @@ jobs: id: commit uses: EndBug/add-and-commit@v9.0.0 with: - default_author: github_actions + default_author: viambot message: Bumping version to v${{ steps.which_version.outputs.version }} [skip ci] build_macos: @@ -162,7 +164,7 @@ jobs: - name: Setup alpine dependencies if: ${{ startsWith(matrix.image, 'alpine') }} shell: sh - run: | + run: | apk add libgcc \ curl \ build-base \