Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/bcgov/MoH-SAT into BCMOHAM-…
Browse files Browse the repository at this point in the history
…21220
  • Loading branch information
RanadheerRG committed Nov 27, 2024
2 parents 3ef253a + 9b8ac7c commit 68dbabb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: Installing SF managed packages
run: sf package install --package "04t4W0000038bemQAA" -o ciorg -w 15 --noprompt

- name: Installing Health Cloud managed package
run: sf package install --package "04t4W000002V2Ub" -o ciorg -w 15 --noprompt

- name: Installing the IAM package
run: sf package install --package "04tJQ0000014BvZYAU" -o ciorg -w 15 --noprompt

- name: Set deployment user standard security
run: |
sf force:user:permsetlicense:assign -u ciorg -n "OmniStudio"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
<sharedTo>[email protected]</sharedTo>
<sharedToType>User</sharedToType>
</folderShares>
<folderShares>
<accessLevel>Manage</accessLevel>
<sharedTo>SAT_Admin</sharedTo>
<sharedToType>Group</sharedToType>
</folderShares>
<name>User Setup</name>
</ReportFolder>

0 comments on commit 68dbabb

Please sign in to comment.