Skip to content

Commit

Permalink
ci: Pass device credentials to the build script in the ci
Browse files Browse the repository at this point in the history
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
  • Loading branch information
urutva committed Sep 21, 2023
1 parent 61449f9 commit 183d699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build the project
shell: bash
run: |
./Tools/scripts/build.sh aws-iot-example --toolchain GNU
./Tools/scripts/build.sh aws-iot-example --toolchain GNU --certificate_path $PWD/certificate.pem --private_key_path $PWD/private_key.pem
- name: Copy artifacts
shell: bash
run: |
Expand Down

0 comments on commit 183d699

Please sign in to comment.