Skip to content

Commit

Permalink
ci: contents write permission for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
alperenkose committed Nov 14, 2024
1 parent 2a085cb commit 145e6af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ jobs:
new_release_version: ${{ steps.release.outputs.new_release_version }}
new_release_git_tag: ${{ steps.release.outputs.new_release_git_tag }}

permissions:
contents: write

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 145e6af

Please sign in to comment.