From 15219e07052297841d14487d685f608cadab51ec Mon Sep 17 00:00:00 2001 From: Michael Milton Date: Tue, 19 Nov 2024 19:17:06 +1100 Subject: [PATCH] Add contents: write permission to allow creating a release --- .github/workflows/test_and_deploy.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 6c470151..6d81d14a 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -89,7 +89,7 @@ jobs: permissions: id-token: write pages: write - contents: read + contents: write steps: - uses: actions/checkout@v3 - name: Set up Python diff --git a/README.md b/README.md index bb13b00e..41e3345e 100644 --- a/README.md +++ b/README.md @@ -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