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 a48901e commit dae760bCopy full SHA for dae760b
.github/workflows/ci.yml
@@ -17,6 +17,9 @@ concurrency:
17
group: "${{ github.workflow }} ✨ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
18
cancel-in-progress: true
19
20
+permissions:
21
+ contents: read
22
+
23
jobs:
24
lint:
25
name: Lint
.github/workflows/generate-readme.yml
@@ -9,6 +9,9 @@ on:
9
- index.ts
10
- config.ts
11
12
13
14
15
16
generate-readme:
runs-on: ubuntu-latest
0 commit comments