Skip to content

Merge pull request #2363 from Mindful-AI-Assistants/FabianaCampanari-… #96

Merge pull request #2363 from Mindful-AI-Assistants/FabianaCampanari-…

Merge pull request #2363 from Mindful-AI-Assistants/FabianaCampanari-… #96

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 }}