Skip to content

Commit b55699a

Browse files
committed
update release called job permissions
1 parent 214918c commit b55699a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ on:
1111
jobs:
1212

1313
lint:
14+
permissions:
15+
actions: write
1416
uses: ./.github/workflows/lint.yml
1517
secrets: inherit
1618

1719
test:
20+
permissions:
21+
actions: write
1822
uses: ./.github/workflows/test.yml
1923
secrets: inherit
2024

0 commit comments

Comments
 (0)