Skip to content

Update GITHUB_TOKEN.yml #95

Update GITHUB_TOKEN.yml

Update GITHUB_TOKEN.yml #95

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 14 in .github/workflows/GITHUB_TOKEN.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/GITHUB_TOKEN.yml

Invalid workflow file

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