Skip to content

Commit e71bc3a

Browse files
committed
Remove unnecessary write permissions from release workflow
1 parent f4dde93 commit e71bc3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
- build-and-stage-release
7272
- promote-release
7373
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
74-
permissions:
75-
contents: write
7674
steps:
7775
- name: Check Out Code
7876
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)