Skip to content

Commit 262722b

Browse files
Copilotwysaid
andcommitted
Add explicit permissions to release workflow for security
Co-authored-by: wysaid <[email protected]>
1 parent 5cfce79 commit 262722b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
name: Validate Version and Build Release
1111
runs-on: ubuntu-latest
1212

13+
permissions:
14+
contents: write # Required for creating releases and uploading artifacts
15+
1316
steps:
1417
- name: Checkout code
1518
uses: actions/checkout@v4

0 commit comments

Comments
 (0)