Skip to content

Commit ef0aae3

Browse files
workflows: target-test: Fix permissions
Need more permissions to download artifacts. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 908ca4d commit ef0aae3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/target-test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,14 @@ jobs:
4646
# device: [thingy91x, nrf9151dk]
4747
device: [thingy91x]
4848

49+
# Self-hosted runner is labeled according to the device it is linked with
4950
runs-on: ${{ matrix.device }}
5051
name: Target Test - ${{ matrix.device }}
5152

5253
permissions:
53-
contents: write
54+
actions: read
55+
contents: read
56+
packages: read
5457

5558
container:
5659
image: ghcr.io/hello-nrfcloud/firmware:docker-v1.0.3

0 commit comments

Comments
 (0)