diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 6f1fe02..9809156 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -16,4 +16,4 @@ on: jobs: arduino-devops: - uses: Infineon/arduino-devops/.github/workflows/compile-examples-lib.yml@latest \ No newline at end of file + uses: Infineon/arduino-devops/.github/workflows/compile-examples.yml@latest \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe470a8..dbbea88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,4 +21,5 @@ jobs: uses: Infineon/arduino-devops/.github/workflows/release.yml@latest with: version: ${{ inputs.version }} - secrets: inherit \ No newline at end of file + secrets: + release-ssh-key: ${{ secrets.release_wflow_key }} \ No newline at end of file