Skip to content

Commit 6900f1e

Browse files
authored
fix: draft release permissions (#37)
<!-- Thank you for proposing a pull request! Please note that SOME TESTS WILL LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from forks. Someone from the team will review your Pull Request and respond. Please describe your change and any implementation details below. -->
1 parent 202ae2a commit 6900f1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/draft-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
draft-release:
1919
name: 'Draft Release'
2020
runs-on: 'ubuntu-latest'
21+
permissions:
22+
contents: 'write'
2123
steps:
2224
- uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11' # ratchet:actions/checkout@v4
2325

0 commit comments

Comments
 (0)