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 4024417 commit 03a463fCopy full SHA for 03a463f
.github/workflows/release.yml
@@ -124,6 +124,8 @@ jobs:
124
ref: ${{ github.event.inputs.version_number }}
125
add_release: "true"
126
create-release:
127
+ permissions:
128
+ id-token: write
129
needs:
130
- create-zip
131
- deploy-doxygen
@@ -155,3 +157,8 @@ jobs:
155
157
asset_path: ./coreJSON-${{ github.event.inputs.version_number }}.zip
156
158
asset_name: coreJSON-${{ github.event.inputs.version_number }}.zip
159
asset_content_type: application/zip
160
+ - name: Backup Release Asset
161
+ uses: FreeRTOS/CI-CD-Github-Actions/artifact-backup@main
162
+ with:
163
+ artifact_path: ./coreJSON-${{ github.event.inputs.version_number }}.zip
164
+ release_tag: ${{ github.event.inputs.version_number }}
0 commit comments