Skip to content

Commit

Permalink
Set write permissions for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Mar 28, 2024
1 parent 3a72feb commit f36327c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -73,7 +75,7 @@ jobs:
id: commit
uses: EndBug/[email protected]
with:
default_author: github_actions
default_author: viambot
message: Bumping version to v${{ steps.which_version.outputs.version }} [skip ci]

build_macos:
Expand Down Expand Up @@ -162,7 +164,7 @@ jobs:
- name: Setup alpine dependencies
if: ${{ startsWith(matrix.image, 'alpine') }}
shell: sh
run: |
run: |
apk add libgcc \
curl \
build-base \
Expand Down

0 comments on commit f36327c

Please sign in to comment.