Skip to content

Commit

Permalink
Merge pull request #239 from cnescatlab/hotfix/draft-releases
Browse files Browse the repository at this point in the history
hotfix: Add permissions for release draft
  • Loading branch information
louisjdmartin authored Jun 27, 2024
2 parents 1fca61c + a3b16c7 commit f137050
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 @@ -13,6 +13,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository code
uses: actions/checkout@v2
Expand Down

0 comments on commit f137050

Please sign in to comment.