Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored May 11, 2022
1 parent 9e94dcf commit 8507d1c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ This action aims to resolve several outstanding user requests with [@actions/upl
* Globbing i.e. `./bin/*`
* Succinct - no need to populate content_type and a separate path input

## Requirements:

You can run into a "socket hangup", if you do, then add permissions for the action to write to contents.

```yaml
permissions:
contents: write

actions: read
checks: write
issues: read
packages: write
pull-requests: read
repository-projects: read
statuses: read
```
## Built for developers by developers
<a href="https://github.com/sponsors/alexellis/">
Expand Down

0 comments on commit 8507d1c

Please sign in to comment.