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 8782fc0 commit fd9301a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ Create a tag and an optional release

**workflow.yml**
```yml
steps:
- name: Create tag and release
uses: silverstripe/gha-tag-release@v1
with:
tag: 1.2.3
release: true
job:
# ...
permissions:
contents: write
steps:
- name: Create tag and release
uses: silverstripe/gha-tag-release@v1
with:
tag: 1.2.3
release: true
```
### Inputs
Expand Down

0 comments on commit fd9301a

Please sign in to comment.