Browse Source

Add permissions to steps

shutdown-taker-if-no-maker-present
itchymax 3 years ago
parent
commit
3544f7bb30
No known key found for this signature in database GPG Key ID: E5F8E74C672BC666
  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