Skip to content

Commit

Permalink
add placeholders for broker credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
alperdedeoglu committed Oct 7, 2024
1 parent afa2149 commit 496ef4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
- name: Build MTA Archive
run: |
cd deploy/cf
sed -i 's|{{BROKER_USER}}|'"${{ secrets.BROKER_USER }}"'|g' ./mtaext/ci.mtaext
sed -i 's|{{BROKER_PASSWORD}}|'"${{ secrets.BROKER_PASSWORD }}"'|g' ./mtaext/ci.mtaext
mbt build -e ./mtaext/ci.mtaext
# Step 8: Verify MTA Archive built successfully
Expand Down
4 changes: 4 additions & 0 deletions deploy/cf/mtaext/ci.mtaext
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ modules:
- name: susaas-api-sb
properties:
cicd: true
BROKER_USER: {{BROKER_USER}}
BROKER_PASSWORD: {{BROKER_PASSWORD}}


resources:
- name: susaas-credstore
parameters:
Expand Down

0 comments on commit 496ef4b

Please sign in to comment.