Skip to content

Commit

Permalink
Add contents: write permission to allow creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 19, 2024
1 parent 242a16f commit 15219e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
permissions:
id-token: write
pages: write
contents: read
contents: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookie

## Contributing

Contributions are very welcome. Please refer to the [Development](./development) docs to get started.
Contributions are very welcome. Please refer to the [Development](./development.md) docs to get started.

## License

Expand Down

0 comments on commit 15219e0

Please sign in to comment.