@@ -232,29 +232,28 @@ jobs:
232
232
# where a new release creates a new doc (2.16.0) while layers are still pointing to 2.15
233
233
# because the PR has to be merged while release process is running
234
234
235
- # UNCOMMENT LEO
236
- # update_v3_layer_arn_docs:
237
- # needs: prod
238
- # outputs:
239
- # temp_branch: ${{ steps.create-pr.outputs.temp_branch }}
240
- # runs-on: ubuntu-latest
241
- # permissions:
242
- # # lower privilege propagated from parent workflow (release.yml)
243
- # contents: write
244
- # pull-requests: write
245
- # id-token: none
246
- # pages: none
247
- # steps:
248
- # - name: Checkout repository # reusable workflows start clean, so we need to checkout again
249
- # uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
250
- # with:
251
- # ref: ${{ env.RELEASE_COMMIT }}
235
+ update_v3_layer_arn_docs :
236
+ needs : prod
237
+ outputs :
238
+ temp_branch : ${{ steps.create-pr.outputs.temp_branch }}
239
+ runs-on : ubuntu-latest
240
+ permissions :
241
+ # lower privilege propagated from parent workflow (release.yml)
242
+ contents : write
243
+ pull-requests : write
244
+ id-token : none
245
+ pages : none
246
+ steps :
247
+ - name : Checkout repository # reusable workflows start clean, so we need to checkout again
248
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
249
+ with :
250
+ ref : ${{ env.RELEASE_COMMIT }}
252
251
253
- # - name: Restore sealed source code
254
- # uses: ./.github/actions/seal-restore
255
- # with:
256
- # integrity_hash: ${{ inputs.source_code_integrity_hash }}
257
- # artifact_name: ${{ inputs.source_code_artifact_name }}
252
+ - name : Restore sealed source code
253
+ uses : ./.github/actions/seal-restore
254
+ with :
255
+ integrity_hash : ${{ inputs.source_code_integrity_hash }}
256
+ artifact_name : ${{ inputs.source_code_artifact_name }}
258
257
259
258
# UNCOMMENT THIS
260
259
# - name: Download CDK layer artifacts
0 commit comments