Skip to content

Commit

Permalink
Merge pull request #1105 from bcgov/BCMOHAD-18447
Browse files Browse the repository at this point in the history
BCMOHAD-18447 || adding installation link for OS managed pkg
  • Loading branch information
NataliaNikishina authored Jan 12, 2024
2 parents 111048d + 1a3f182 commit 613ad1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: sf org create scratch -v devhub --set-default -f config/project-scratch-def.json -a ciorg -w 15
# sfdx force:org:create -v devhub -s -f config/project-scratch-def.json -a ciorg -d 1

- name: Installing SF managed packages
run: sf package install --package "04t4W000000YWaz" -o ciorg -w 15

- name: Set deployment user standard security
run: |
sf force:user:permsetlicense:assign -u ciorg -n "OmniStudio"
Expand Down
4 changes: 3 additions & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,8 @@
"Special Authority [email protected]": "04tOG0000000A2bYAE",
"Special Authority [email protected]": "04tOG0000000BDBYA2",
"Special Authority [email protected]": "04tOG0000000BebYAE",
"Special Authority [email protected]": "04tOG0000000E7pYAE"
"Special Authority [email protected]": "04tOG0000000E7pYAE",
"Special Authority [email protected]": "04tOG0000000F8jYAE",
"Special Authority [email protected]": "04tOG0000000FALYA2"
}
}

0 comments on commit 613ad1c

Please sign in to comment.