Skip to content

Commit cb767e0

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Create Release
22

3+
permissions:
4+
contents: write
5+
packages: write
6+
actions: read
7+
38
on:
49
push:
510
tags:

0 commit comments

Comments
 (0)