Skip to content

chore: fix links in adotion_request template (#73) #19

chore: fix links in adotion_request template (#73)

chore: fix links in adotion_request template (#73) #19

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

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

View workflow run for this annotation

GitHub Actions / Create Snapshot Build

Invalid workflow file

The workflow is not valid. .github/workflows/_trigger-snapshot.yml (Line: 12, Col: 26): Invalid input, github_repository is not defined in the referenced workflow. .github/workflows/_trigger-snapshot.yml (Line: 14, Col: 21): Invalid secret, jenkins_user is not defined in the referenced workflow.
secrets:
jenkins_user: ${{ secrets.EF_JENKINS_USER }}
jenkins_token: ${{ secrets.EF_JENKINS_TOKEN }}