Skip to content

Commit 5b07eff

Browse files
workflows: rename from yaml to yml
Rename build and test workflow to yml instead of yaml. Also, test workflow needs permission to download artifacts
1 parent 186a557 commit 5b07eff

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/target-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
runs-on: ${{ matrix.device }}
5050
name: Target Test - ${{ matrix.device }}
5151

52+
permissions:
53+
contents: write
54+
5255
container:
5356
image: ghcr.io/hello-nrfcloud/firmware:docker-v1.0.3
5457
options: --privileged

0 commit comments

Comments
 (0)