Skip to content

Commit ee45125

Browse files
authored
fix: id-token permission allows only write/none (#96)
1 parent 17217e7 commit ee45125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/package/permissions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export type Permissions =
1515
contents?: Permission;
1616
deployments?: Permission;
1717
discussions?: Permission;
18-
idToken?: Permission;
18+
idToken?: "write" | "none";
1919
issues?: Permission;
2020
models?: "read" | "none";
2121
packages?: Permission;

0 commit comments

Comments
 (0)