Skip to content

Commit

Permalink
Add permissions for CI Github release action to allow creating a disc…
Browse files Browse the repository at this point in the history
…ussion
  • Loading branch information
rfc2822 committed Mar 4, 2024
1 parent f06eef2 commit 6cc7ed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:

- name: Create Github release
uses: softprops/action-gh-release@v1
permissions:
contents: write
discussions: write
with:
prerelease: ${{ env.prerelease }}
files: app/build/outputs/apk/ose/release/*.apk
Expand Down

0 comments on commit 6cc7ed3

Please sign in to comment.