Merge pull request #1348 from kianamcc/PORTALS-3268 #659
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 |