Skip to content

Commit 1dbdaa6

Browse files
authored
Merge pull request #55 from codeharborhub/alert-autofix-3
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
2 parents feace2d + 147a16b commit 1dbdaa6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
build:
1212
name: Build CodeHarborHub-dsa
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
16+
pages: write
1417
steps:
1518
- uses: actions/checkout@v4
1619
with:

0 commit comments

Comments
 (0)