Skip to content

⚡ Fix PR

⚡ Fix PR #1

name: Socket Fix
on:
schedule:
- cron: '0 0 * * *' # Run daily at midnight UTC
- cron: '0 12 * * *' # Run daily at noon UTC
workflow_dispatch:
inputs:
debug:
description: 'Enable debug output'
required: false
default: '0'
type: string
options:
- '0'
- '1'
jobs:
fix:

Check failure on line 19 in .github/workflows/socket-auto-pr.yml

View workflow run for this annotation

GitHub Actions / Socket Fix

Invalid workflow file

The workflow is not valid. .github/workflows/socket-auto-pr.yml (Line: 19, Col: 3): Error calling workflow 'SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@main'. The workflow is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'.
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@main
with:
debug: ${{ inputs.debug }}
autopilot: true
secrets:
socket_cli_api_token: ${{ secrets.SOCKET_CLI_API_TOKEN }}
gh_token: ${{ secrets.GITHUB_TOKEN }}