Skip to content

Commit 6d27ca5

Browse files
committed
fix: add write permission for actions in workflow configuration #build
1 parent a698dca commit 6d27ca5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: read
11+
actions: write
1112
id-token: write
1213
attestations: write
1314

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
contents: write
10+
actions: write
1011
id-token: write
1112
attestations: write
1213

0 commit comments

Comments
 (0)