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