Skip to content

Commit 147a16b

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)