Skip to content

feat(build): publish to OSSRH Snapshots and MavenCentral from GHA (#72) #14

feat(build): publish to OSSRH Snapshots and MavenCentral from GHA (#72)

feat(build): publish to OSSRH Snapshots and MavenCentral from GHA (#72) #14

name: "Create Snapshot Build"
on:
push:
branches:
- main
jobs:
trigger-workflow:
uses: eclipse-edc/.github/.github/workflows/publish-snapshot.yml@main

Check failure on line 10 in .github/workflows/_trigger-snapshot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/_trigger-snapshot.yml

Invalid workflow file

error parsing called workflow ".github/workflows/_trigger-snapshot.yml" -> "eclipse-edc/.github/.github/workflows/publish-snapshot.yml@main" (source branch with sha:7ff286c948af44070e166f0c53ddb2b6f1ffd634) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
github_repository: ${{ github.repository }}
secrets:
jenkins_user: ${{ secrets.EF_JENKINS_USER }}
jenkins_token: ${{ secrets.EF_JENKINS_TOKEN }}