We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents feace2d + 147a16b commit 1dbdaa6Copy full SHA for 1dbdaa6
1 file changed
.github/workflows/deploy.yml
@@ -11,6 +11,9 @@ jobs:
11
build:
12
name: Build CodeHarborHub-dsa
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: read
16
+ pages: write
17
steps:
18
- uses: actions/checkout@v4
19
with:
0 commit comments