Browse Source
Add permissions to steps
shutdown-taker-if-no-maker-present
itchymax
3 years ago
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666
1 changed files with
3 additions and
0 deletions
-
.github/workflows/draft-new-release.yml
|
|
@ -11,6 +11,9 @@ jobs: |
|
|
|
draft-new-release: |
|
|
|
name: "Draft a new release" |
|
|
|
runs-on: ubuntu-latest |
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
packages: write |
|
|
|
env: |
|
|
|
RELEASE_BRANCH: release/${{ github.event.inputs.version }} |
|
|
|
steps: |
|
|
|