Merge pull request #1462 from nickgros/PORTALS-3364 #723
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Deploy AD Knowledge portal' | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- '.github/**' # temporarily track GH Actions changes to test | |
- 'apps/portals/adknowledgeportal/**' | |
- 'apps/synapse-portal-framework/**' | |
- 'packages/synapse-react-client/**' | |
jobs: | |
deploy: | |
permissions: | |
id-token: write | |
contents: read | |
uses: ./.github/workflows/build-and-deploy-portal.yml | |
with: | |
portal-name: adknowledgeportal | |
branch-or-tag: main |