We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b04a1 commit 1eb6081Copy full SHA for 1eb6081
.github/workflows/release.yml
@@ -298,6 +298,8 @@ jobs:
298
add_release: "true"
299
300
create-release:
301
+ permissions:
302
+ id-token: write
303
needs:
304
- create-zip
305
- deploy-doxygen
@@ -332,4 +334,9 @@ jobs:
332
334
asset_path: ./${{ env.repository_zip_name }}
333
335
asset_name: ${{ env.repository_zip_name }}
336
asset_content_type: application/zip
-
337
+
338
+ - name: Backup Release Asset
339
+ uses: FreeRTOS/CI-CD-Github-Actions/artifact-backup@main
340
+ with:
341
+ artifact_path: ./${{ env.repository_zip_name }}
342
+ release_tag: ${{ github.event.inputs.version_number }}
0 commit comments