Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 6928940 commit 4751880Copy full SHA for 4751880
.github/workflows/ci.yml
@@ -13,6 +13,9 @@ on:
13
branches:
14
- main
15
16
+permissions:
17
+ contents: read
18
+
19
jobs:
20
lint:
21
runs-on: ubuntu-latest
.github/workflows/docs.yml
@@ -13,6 +13,9 @@ concurrency:
group: "pages"
cancel-in-progress: false
build:
0 commit comments