@@ -195,41 +195,39 @@ jobs:
195
195
source_code_artifact_name : ${{ inputs.source_code_artifact_name }}
196
196
source_code_integrity_hash : ${{ inputs.source_code_integrity_hash }}
197
197
198
- # UNCOMMENT sar-beta JOB
199
- # sar-beta:
200
- # needs: beta # canaries run on Layer Beta env
201
- # permissions:
198
+ sar-beta :
199
+ needs : beta # canaries run on Layer Beta env
200
+ permissions :
202
201
# lower privilege propagated from parent workflow (release.yml)
203
- # id-token: write
204
- # contents: read
205
- # pull-requests: none
206
- # pages: none
207
- # uses: ./.github/workflows/reusable_deploy_v3_sar.yml
208
- # secrets: inherit
209
- # with:
210
- # stage: "BETA"
211
- # environment: "layer-beta"
212
- # package-version: ${{ inputs.latest_published_version }}
213
- # source_code_artifact_name: ${{ inputs.source_code_artifact_name }}
214
- # source_code_integrity_hash: ${{ inputs.source_code_integrity_hash }}
202
+ id-token : write
203
+ contents : read
204
+ pull-requests : none
205
+ pages : none
206
+ uses : ./.github/workflows/reusable_deploy_v3_sar.yml
207
+ secrets : inherit
208
+ with :
209
+ stage : " BETA"
210
+ environment : " layer-beta"
211
+ package-version : ${{ inputs.latest_published_version }}
212
+ source_code_artifact_name : ${{ inputs.source_code_artifact_name }}
213
+ source_code_integrity_hash : ${{ inputs.source_code_integrity_hash }}
215
214
216
- # UNCOMMENT sar-prod JOB
217
- # sar-prod:
218
- # needs: sar-beta
219
- # permissions:
215
+ sar-prod :
216
+ needs : sar-beta
217
+ permissions :
220
218
# lower privilege propagated from parent workflow (release.yml)
221
- # id-token: write
222
- # contents: read
223
- # pull-requests: none
224
- # pages: none
225
- # uses: ./.github/workflows/reusable_deploy_v3_sar.yml
226
- # secrets: inherit
227
- # with:
228
- # stage: "PROD"
229
- # environment: "layer-prod"
230
- # package-version: ${{ inputs.latest_published_version }}
231
- # source_code_artifact_name: ${{ inputs.source_code_artifact_name }}
232
- # source_code_integrity_hash: ${{ inputs.source_code_integrity_hash }}
219
+ id-token : write
220
+ contents : read
221
+ pull-requests : none
222
+ pages : none
223
+ uses : ./.github/workflows/reusable_deploy_v3_sar.yml
224
+ secrets : inherit
225
+ with :
226
+ stage : " PROD"
227
+ environment : " layer-prod"
228
+ package-version : ${{ inputs.latest_published_version }}
229
+ source_code_artifact_name : ${{ inputs.source_code_artifact_name }}
230
+ source_code_integrity_hash : ${{ inputs.source_code_integrity_hash }}
233
231
234
232
235
233
# Updating the documentation with the latest Layer ARNs is a two-phase process
0 commit comments