Skip to content

Commit

Permalink
fix: draft release permissions (#37)
Browse files Browse the repository at this point in the history
<!--
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.
-->
  • Loading branch information
verbanicm authored Jan 29, 2025
1 parent 202ae2a commit 6900f1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
draft-release:
name: 'Draft Release'
runs-on: 'ubuntu-latest'
permissions:
contents: 'write'
steps:
- uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11' # ratchet:actions/checkout@v4

Expand Down

0 comments on commit 6900f1e

Please sign in to comment.