Skip to content

Commit

Permalink
Fix permissions (#2603)
Browse files Browse the repository at this point in the history
The Create Release job is getting a 403 when trying to create the release. This should give enough permissions for that job to run.
  • Loading branch information
jack-edmonds-dd authored Oct 3, 2024
1 parent e268fa3 commit fb4655f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches:
- master

permissions:
contents: write
workflows: write

jobs:
create_release:
name: Create release
Expand Down

0 comments on commit fb4655f

Please sign in to comment.