Skip to content

Commit

Permalink
Merge pull request #15 from shalingams/update-readme-with-permissions
Browse files Browse the repository at this point in the history
Update README file with permissions details
  • Loading branch information
jstastny authored Jan 4, 2024
2 parents 14c83b5 + c04f374 commit 1428e15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
build:

runs-on: ubuntu-latest
permissions:
packages: write
contents: read

steps:
- uses: actions/checkout@v2
Expand All @@ -31,6 +34,7 @@ See example project using this action at [https://github.com/jstastny/testgem](h
| `token` | GitHub token that has write access to Packages. You can use `secrets.GITHUB_TOKEN` |
| `owner` | Name of the user or organization account that owns the repository containing your project |
| `working-directory` | Optional parameter of the directory where you wish to build your gemspecs in (defaults to root) |
| `permissions` | Default value for packages in permissions is read only, You need to set it to write |

## Versioning your gem

Expand Down

0 comments on commit 1428e15

Please sign in to comment.