Skip to content

🔧 fix(workflows): update workflow references to specific commit SHA f… #17

🔧 fix(workflows): update workflow references to specific commit SHA f…

🔧 fix(workflows): update workflow references to specific commit SHA f… #17

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-auto-merge:
uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@af4b71e7c65379fd7ce74592587fa8466ae7acfa

Check failure on line 23 in .github/workflows/call-auto-merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/call-auto-merge.yml

Invalid workflow file

error parsing called workflow ".github/workflows/call-auto-merge.yml" -> "variablesoftware/github-workflows/.github/workflows/auto-merge.yml@af4b71e7c65379fd7ce74592587fa8466ae7acfa" : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
# secrets:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}