Browse Source
Merge pull request #504 from itchysats/manually-trigger-docker
Add permissions to steps
shutdown-taker-if-no-maker-present
Itchy Max
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: |
|
|
|