We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fac9b commit 51d24dbCopy full SHA for 51d24db
3 files changed
.github/workflows/codestyle.yml
@@ -9,6 +9,9 @@ on:
9
- master
10
pull_request:
11
12
+permissions:
13
+ contents: read
14
+
15
jobs:
16
ts:
17
name: TS Prettier
.github/workflows/release.yml
@@ -5,6 +5,12 @@ on:
5
6
name: Upload Release Asset
7
8
+ contents: write
+ packages: write
+ id-token: write
+ attestations: write
build:
.github/workflows/typescript.yml
@@ -4,6 +4,9 @@ on:
4
push:
tsc:
name: "TSC"
0 commit comments