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
parent
commit
c9cf515bee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/draft-new-release.yml

3
.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:

Loading…
Cancel
Save