Skip to content

Commit c120d83

Browse files
committed
ci: fix AWS credentials requirements
1 parent 4402664 commit c120d83

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: .github/workflows/package_core.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
path: ${{ env.CORE_ARTIFACT }}.tar.bz2
6161

6262
test-core:
63-
name: Test arduino:zephyr:${{ matrix.board }}
63+
name: Test ${{ matrix.board }} board
6464
runs-on: ubuntu-latest
6565
needs: package-core
6666
strategy:
@@ -83,7 +83,7 @@ jobs:
8383
mkdir Blink/
8484
wget -nv https://raw.githubusercontent.com/arduino/arduino-examples/refs/heads/main/examples/01.Basics/Blink/Blink.ino -P Blink/
8585
86-
- name: Compile Blink for ${{ env.FQBN }}
86+
- name: Compile Blink for ${{ matrix.board }}
8787
uses: pillo79/compile-sketches@main
8888
with:
8989
fqbn: ${{ env.FQBN }}
@@ -159,6 +159,9 @@ jobs:
159159
needs:
160160
- package-core
161161
- test-core
162+
permissions:
163+
id-token: write
164+
contents: read
162165
env:
163166
CORE_ARTIFACT: ${{ needs.package-core.outputs.CORE_ARTIFACT }}
164167
CORE_TAG: ${{ needs.package-core.outputs.CORE_TAG }}

0 commit comments

Comments
 (0)