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>
This commit is contained in:
Fedor Korotkov 2022-05-05 08:13:53 -04:00 committed by Jakub Chrzanowski
parent d7c815ceff
commit d935998ef9
2 changed files with 4 additions and 0 deletions

View File

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

View File

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