Skip to content

Commit 0df4723

Browse files
authored
Merge pull request #16 from DFanso/alert-autofix-2
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
2 parents 9cdf746 + aee2822 commit 0df4723

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090

9191
package:
9292
name: Package Binaries
93+
permissions:
94+
contents: read
9395
needs: [auto-tag, build]
9496
runs-on: ubuntu-latest
9597
# Always run after build

0 commit comments

Comments
 (0)