Skip to content

Update gradle/wrapper-validation-action action to v3 - autoclosed #1572

Update gradle/wrapper-validation-action action to v3 - autoclosed

Update gradle/wrapper-validation-action action to v3 - autoclosed #1572

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
permissions: write-all
jobs:
mikbot:
uses: mikbot/mikbot-workflow/.github/workflows/mikbot-workflow.yml@v1.5.0

Check failure on line 16 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "mikbot/mikbot-workflow/.github/workflows/mikbot-workflow.yml@v1.5.0" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
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 }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }}