There was an error while loading. Please reload this page.
1 parent 876c229 commit 1ad9dbaCopy full SHA for 1ad9dba
1 file changed
.github/workflows/release-and-deploy-bfd.yml
@@ -48,6 +48,8 @@ jobs:
48
49
- name: Get role ARN
50
id: get-role-arn
51
+ # It doesn't matter whether we use prod or non-prod account here as either works.
52
+ # Common platform SSM parameters (such as Webhook URLs) exist in both accounts.
53
run: |
54
role_arn="${{ secrets.NON_PROD_ACCOUNT_GHA_ROLE_ARN }}"
55
echo "::add-mask::$role_arn"
@@ -142,6 +144,8 @@ jobs:
142
144
steps:
143
145
146
147
148
149
150
151
0 commit comments