Skip to content

Commit c2a2f86

Browse files
chore(ci): allow sar beta app (#5109)
Co-authored-by: Leandro Damascena <[email protected]>
1 parent fa75696 commit c2a2f86

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Diff for: .github/workflows/publish_v3_layer.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -187,28 +187,28 @@ jobs:
187187
# source_code_artifact_name: ${{ inputs.source_code_artifact_name }}
188188
# source_code_integrity_hash: ${{ inputs.source_code_integrity_hash }}
189189

190-
#sar-beta:
191-
# needs: beta # canaries run on Layer Beta env
192-
# permissions:
193-
# # lower privilege propagated from parent workflow (release.yml)
194-
# id-token: write
195-
# contents: read
196-
# pull-requests: none
197-
# pages: none
198-
# uses: ./.github/workflows/reusable_deploy_v3_sar.yml
199-
# secrets: inherit
200-
# with:
201-
# stage: "BETA"
202-
# environment: "layer-beta"
203-
# package-version: ${{ inputs.latest_published_version }}
204-
# source_code_artifact_name: ${{ inputs.source_code_artifact_name }}
205-
# source_code_integrity_hash: ${{ inputs.source_code_integrity_hash }}
190+
sar-beta:
191+
needs: beta # canaries run on Layer Beta env
192+
permissions:
193+
# lower privilege propagated from parent workflow (release.yml)
194+
id-token: write
195+
contents: read
196+
pull-requests: none
197+
pages: none
198+
uses: ./.github/workflows/reusable_deploy_v3_sar.yml
199+
secrets: inherit
200+
with:
201+
stage: "BETA"
202+
environment: "layer-beta"
203+
package-version: ${{ inputs.latest_published_version }}
204+
source_code_artifact_name: ${{ inputs.source_code_artifact_name }}
205+
source_code_integrity_hash: ${{ inputs.source_code_integrity_hash }}
206206

207207
# UNCOMMENT sar-prod JOB
208-
#sar-prod:
208+
# sar-prod:
209209
# needs: sar-beta
210210
# permissions:
211-
# lower privilege propagated from parent workflow (release.yml)
211+
# lower privilege propagated from parent workflow (release.yml)
212212
# id-token: write
213213
# contents: read
214214
# pull-requests: none

0 commit comments

Comments
 (0)