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 5e6fcd9 commit 8b57dba
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ Merge-up supported branches in a repository

**.github/workflows/merge-up.yml**
```yml
steps:
- name: Merge-up
uses: silverstripe/gha-merge-up@v1

job:
# ...
permissions:
contents: write
actions: write
# ...
steps:
- name: Merge-up
uses: silverstripe/gha-merge-up@v1
```
This action has no inputs
Expand Down

0 comments on commit 8b57dba

Please sign in to comment.