Skip to content

Delete renovate.json (#551) #812

Delete renovate.json (#551)

Delete renovate.json (#551) #812

Workflow file for this run

name: Open new issue
on: workflow_dispatch
jobs:
open-issue:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- run:|
gh issue --repo ${{ github.repository }} \
create --title "Issue title" --body "Issue body"
env:

Check failure on line 15 in .github/workflows/GH_TOKEN.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/GH_TOKEN.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}