From 8b99e31856f10320d86d977b5beec7c33df78032 Mon Sep 17 00:00:00 2001 From: Thomas Lefebvre Date: Tue, 23 Apr 2024 09:30:31 -0400 Subject: [PATCH] Add write permission Ref: https://github.com/softprops/action-gh-release/issues/400 --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8e982a6..5d1ead3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,8 @@ jobs: { name: "macos", runner: "macos-latest" }, ] runs-on: ${{ matrix.os.runner }} + permissions: + contents: write steps: - uses: actions/checkout@v3 # Using Nix causes dynamic linking issues on macOS. It's easier to