Skip to content

Fix release-please conflicts #1326

Fix release-please conflicts

Fix release-please conflicts #1326

name: Fix release-please conflicts
on:
push:
branches: [main]
schedule:
- cron: "*/30 * * * *"
workflow_dispatch: {}
jobs:
fix-conflicts:

Check failure on line 11 in .github/workflows/fix-release-conflicts.yml

View workflow run for this annotation

GitHub Actions / Fix release-please conflicts

Invalid workflow file

The workflow is not valid. .github/workflows/fix-release-conflicts.yml (Line: 11, Col: 3): Error calling workflow 'laurigates/.github/.github/workflows/reusable-fix-release-conflicts.yml@main'. The workflow is requesting 'actions: write, contents: write, pull-requests: write', but is only allowed 'actions: none, contents: read, pull-requests: none'.
uses: laurigates/.github/.github/workflows/reusable-fix-release-conflicts.yml@main
secrets:
RELEASE_PLEASE_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}