Skip to content

✨ feat(workflows): add environment variable section for debugging in … #16

✨ feat(workflows): add environment variable section for debugging in …

✨ feat(workflows): add environment variable section for debugging in … #16

env:
ACTIONS_STEP_DEBUG: true
ACTIONS_RUNNER_DEBUG: true
on:
workflow_dispatch:
push:
branches:
- main
- stage
- feature/**
- bugfix/**
- fix/**
- hotfix/**
- release/**
- dependabot/**
- renovate/**
- chore/**
- test/**
jobs:
call-ci-release-sync:
uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@af4b71e7c65379fd7ce74592587fa8466ae7acfa

Check failure on line 23 in .github/workflows/call-ci-semantic-release-sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/call-ci-semantic-release-sync.yml

Invalid workflow file

error parsing called workflow ".github/workflows/call-ci-semantic-release-sync.yml" -> "variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@af4b71e7c65379fd7ce74592587fa8466ae7acfa" : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
# No secrets block needed for GITHUB_TOKEN
# No additional changes required