From d0b83cd3ccbe3c41605d535cf40087478ff50ad1 Mon Sep 17 00:00:00 2001 From: Josh Bonfield Date: Tue, 7 Feb 2023 18:26:59 +0000 Subject: [PATCH] ci: allow writing --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7b8b067..4c7b680 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,6 +6,8 @@ on: jobs: releases-matrix: + permissions: + contents: write name: Release Go Binary runs-on: ubuntu-latest strategy: