Skip to content

Commit 7f35b01

Browse files
Potential fix for code scanning alert no. 7: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent d2474ee commit 7f35b01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
deploy:
2424
runs-on: ubuntu-latest
25+
permissions:
26+
contents: read
2527
needs:
2628
- build
2729

0 commit comments

Comments
 (0)