fix: Prevent external users from receiving notifications of published news from a space which they are not members - EXO-69079 #49
Workflow file for this run
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: CI PR Build | |
on: | |
pull_request: | |
jobs: | |
build-ci: | |
name: CI Build | |
uses: exoplatform/swf-scripts/.github/workflows/cibuild.yml@master | |
with: | |
maven_profiles: 'exo-release,coverage' | |
secrets: | |
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} | |
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} |