We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cae48 commit e340ce9Copy full SHA for e340ce9
.github/workflows/lint.yml
@@ -6,11 +6,12 @@ on:
6
pull_request:
7
branches: [main]
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
lint-and-format:
14
runs-on: ubuntu-latest
- permissions:
- contents: read
15
16
steps:
17
- name: Checkout code
.github/workflows/publish.yml
@@ -4,6 +4,9 @@ on:
4
release:
5
types: [published]
build:
.github/workflows/test.yml
@@ -6,6 +6,9 @@ on:
test:
0 commit comments