Make sure GHA release jobs have permissions (#245)

* Minor typo fixes in readme

* Make sure GH Release jobs have permissions

* Update release.yml

Co-authored-by: GitHubPang <61439577+GitHubPang@users.noreply.github.com>
pull/295/head
Fedor Korotkov 2 years ago committed by Jakub Chrzanowski
parent d7c815ceff
commit d935998ef9

@ -129,6 +129,8 @@ jobs:
if: github.event_name != 'pull_request'
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# Check out current repository

@ -12,6 +12,8 @@ jobs:
release:
name: Publish Plugin
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# Check out current repository

Loading…
Cancel
Save