Skip to content

Commit

Permalink
Add permissions for github action token
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjdmartin authored Jun 27, 2024
1 parent ee4423e commit 0270ee1
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-22.04
permissions:
contents: write
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 0270ee1

Please sign in to comment.