Skip to content

Commit

Permalink
Merge pull request #2209 from Mindful-AI-Assistants/FabianaCampanari-…
Browse files Browse the repository at this point in the history
…patch-1

 GITHUBH_TOKEN.yml
  • Loading branch information
FabianaCampanari authored Jul 1, 2024
2 parents 7c9126b + 86fb91e commit d78af8f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/GITHUBH_TOKEN.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d78af8f

Please sign in to comment.