Fix some concurrency issues with the music plugin #1938
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 | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
permissions: write-all | |
jobs: | |
mikbot: | |
uses: mikbot/mikbot-workflow/.github/workflows/[email protected] | |
with: | |
run-maven-publish: true | |
update-binary-repository: true | |
docker-name: "ghcr.io/drschlaubi/mikmusic/bot" | |
secrets: | |
GCP_ACCOUNT_KEY: ${{ secrets.GCP_ACCOUNT_KEY }} | |
SIGNING_KEY: ${{ secrets.SIGNING_KEY }} | |
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }} | |
BUILDCACHE_USER: ${{ secrets.BUILDCACHE_USER }} | |
BUILDCACHE_PASSWORD: ${{ secrets.BUILDCACHE_PASSWORD }} | |
DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }} |