From 292e6fa980229c8db18e9374a8d7937bd3cea45d Mon Sep 17 00:00:00 2001 From: Duncan Date: Wed, 3 Jan 2024 22:07:37 +0100 Subject: [PATCH] add write permissions --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ebba72..33b073d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,8 @@ jobs: release: name: ${{ matrix.platform.os_name }} with rust ${{ matrix.toolchain }} runs-on: ${{ matrix.platform.os }} + permissions: + contents: write strategy: fail-fast: false matrix: