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 93645de + b50a59f commit cd9dc9dCopy full SHA for cd9dc9d
.github/workflows/main.yml
@@ -59,6 +59,9 @@ jobs:
59
lint:
60
name: Lint
61
runs-on: ubuntu-latest
62
+ permissions:
63
+ contents: read
64
+ security-events: write
65
steps:
66
- name: Checkout
67
uses: actions/checkout@v4
.github/workflows/release.yml
@@ -12,12 +12,13 @@ on:
12
tags:
13
- 'v[0-9]+.[0-9]+.[0-9]+*'
14
15
+permissions:
16
17
+
18
jobs:
19
build:
20
name: Release
21
- permissions:
- contents: read
22
23
24
0 commit comments