Skip to content

Commit 9868133

Browse files
workflows: on-target: fix permissions, again
Fix permissions. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent ef0aae3 commit 9868133

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-target-test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
secrets: inherit
2222
test:
2323
permissions:
24-
contents: write
24+
actions: read
25+
contents: read
26+
packages: read
2527
uses: ./.github/workflows/target-test.yml
2628
needs: build
2729
secrets: inherit

0 commit comments

Comments
 (0)