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: