diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 466d945e..4b926477 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: build +name: Build and Test LogicNG on different Operating Systems on: [ push, pull_request ] diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e533515f..7e3edf5b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: deploy +name: Deploy LogicNG to the Maven Package Registry on: [ push, pull_request ] @@ -14,3 +14,5 @@ jobs: distribution: zulu - name: Build with Maven run: mvn -ntp deploy -DskipTests + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/mattermost.yml b/.github/workflows/mattermost.yml index 8afa3d29..7c00e03c 100644 --- a/.github/workflows/mattermost.yml +++ b/.github/workflows/mattermost.yml @@ -1,13 +1,15 @@ -on: [push, pull_request] +name: Send a Mattermost Notification + +on: [ push, pull_request ] jobs: build: runs-on: ubuntu-latest steps: - - name: Create the Mattermost Message - run: | - echo "{\"text\":\"New Commit or PR on GitHub\", \"username\":\"GitHub\"}" > mattermost.json - - uses: mattermost/action-mattermost-notify@master - env: - MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }} + - name: Create the Mattermost Message + run: | + echo "{\"text\":\"New Commit or PR on GitHub\", \"username\":\"GitHub\"}" > mattermost.json + - uses: mattermost/action-mattermost-notify@master + env: + MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }} diff --git a/pom.xml b/pom.xml index a4fc23a6..f61fdfd3 100644 --- a/pom.xml +++ b/pom.xml @@ -361,12 +361,12 @@ - booleworks-registry + github BooleWorks GitHub Registry https://maven.pkg.github.com/booleworks/logicng-core - booleworks-registry + github BooleWorks GitHub Registry https://maven.pkg.github.com/booleworks/logicng-core