Skip to content

Feat/modernize (#45) #28

Feat/modernize (#45)

Feat/modernize (#45) #28

Workflow file for this run

name: Build Action
on:
push:
branches: [ main, develop, feat/modernize ]
pull_request:
types: [ opened, synchronize, reopened ]
workflow_dispatch:
permissions:
contents: read
packages: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build and Publish zItems
uses: GroupeZ-dev/actions/.github/workflows/build.yml@main
with:
project-name: "zItems"
publish: true
project-to-publish: "api:publish"
discord-avatar-url: "https://groupez.dev/storage/images/325.png"
secrets:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}