Skip to content

Commit

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

GITHUB_TOKEN.yml
  • Loading branch information
FabianaCampanari authored Jul 7, 2024
2 parents 485e90f + a66f22f commit f660fac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/GITHUB_TOKEN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
contents: read
issues: write
steps:
- run:|
gh issue --repo ${{ github.repository }} \
create --title "Issue title" --body "Issue body"
- name: Create GitHub Issue
run: |
gh issue create --repo ${{ github.repository }} \
--title "Issue title" --body "Issue body"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f660fac

Please sign in to comment.