Skip to content

Commit 6ecce4e

Browse files
Add permissions
1 parent e3abc12 commit 6ecce4e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-dev.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
actions: read
1212
packages: write
1313
id-token: write
14+
attestations: write
1415

1516
jobs:
1617
lint:

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
permissions:
1010
contents: write
1111
packages: write
12+
attestations: write
1213

1314
jobs:
1415
lint:

0 commit comments

Comments
 (0)