Skip to content

Commit

Permalink
DOC Document required permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 16, 2024
1 parent b87ebd6 commit 0fbbcac
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,21 @@ Create a new issue using a github-actions user as the author. These will be crea

**workflow.yml**
```yml
steps:
- name: Create issue
uses: silverstripe/gha-issue@v1
with:
title: My issue title
description: |
This text will appear in the body of the GitHub issue\n
\n
You can add line breaks\n
\n
## My heading\n
- Markdown is supported\n
job:
# ...
permissions:
issue: write
# ...
steps:
- name: Create issue
uses: silverstripe/gha-issue@v1
with:
title: My issue title
description: |
This text will appear in the body of the GitHub issue\n
\n
You can add line breaks\n
\n
## My heading\n
- Markdown is supported\n
```

0 comments on commit 0fbbcac

Please sign in to comment.