Skip to content

Commit

Permalink
Move permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 30, 2024
1 parent 7fd6b49 commit afdbdd1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ on:
tags:
- 'RELEASE_*'

permissions:
contents: write

jobs:
create-release:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true

0 comments on commit afdbdd1

Please sign in to comment.