mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
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:
parent
d7c815ceff
commit
d935998ef9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -12,6 +12,8 @@ jobs:
|
||||
release:
|
||||
name: Publish Plugin
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
# Check out current repository
|
||||
|
Loading…
Reference in New Issue
Block a user