Skip to content

🧹 chore(workflows): comment out GITHUB_TOKEN secrets in auto-merge an… #10

🧹 chore(workflows): comment out GITHUB_TOKEN secrets in auto-merge an…

🧹 chore(workflows): comment out GITHUB_TOKEN secrets in auto-merge an… #10

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@main
# secrets:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}