Skip to content

Commit ecbe9c8

Browse files
Potential fix for code scanning alert no. 4: Workflow does not contain permissions (#37)
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 466528a commit ecbe9c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ env:
2222
jobs:
2323
dist:
2424
name: Distribution build
25+
permissions:
26+
contents: read
2527
runs-on: ubuntu-latest
2628

2729
steps:

0 commit comments

Comments
 (0)