Skip to content

ci: fix wrong workflow path #2

ci: fix wrong workflow path

ci: fix wrong workflow path #2

Workflow file for this run

---
# runs on each push to main and is responsible for creating new tags/releases
name: Create Semantic Release
on:
push:
branches:
- main
jobs:
semantic-release:
uses: adfinis/github-workflows-bareos/.github/workflows/ansible-role.yaml@main

Check failure on line 12 in .github/workflows/semrel.yaml

View workflow run for this annotation

GitHub Actions / Create Semantic Release

Invalid workflow file

The workflow is not valid. .github/workflows/semrel.yaml (Line: 12, Col: 11): Secret galaxy_api_key is required, but not provided while calling. .github/workflows/semrel.yaml (Line: 14, Col: 32): Invalid secret, ADFINISBOT_GITHUB_TOKEN is not defined in the referenced workflow.
secrets:
ADFINISBOT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}