Skip to content

Commit

Permalink
Remove needless permissions settings from the release workflow
Browse files Browse the repository at this point in the history
The workflow should work even without it.
  • Loading branch information
adamkudrna committed Apr 24, 2024
1 parent 1d4797e commit 082e756
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches: [ master ]

permissions:
contents: read

jobs:
test_and_build:
name: Test and build
Expand Down

0 comments on commit 082e756

Please sign in to comment.