Skip to content

Commit

Permalink
Remove 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 e65f36f commit e381c59
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 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 Expand Up @@ -49,8 +46,6 @@ jobs:

update_release_draft:
name: Update release draft
permissions:
contents: write
needs: [test_and_build]
if: needs.test_and_build.outputs.version_changed == 'false'
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -111,8 +106,6 @@ jobs:

deploy_docs:
name: Deploy docs
permissions:
contents: write
needs: [test_and_build, publish_release_draft_on_version_bump]
if: needs.test_and_build.outputs.version_changed == 'true'
runs-on: ubuntu-20.04
Expand Down

0 comments on commit e381c59

Please sign in to comment.