From 21b02ca3439c72c431055ca1db62b3bc5cc6c458 Mon Sep 17 00:00:00 2001 From: Anthony Luo Date: Sun, 2 Apr 2023 06:03:22 -0400 Subject: [PATCH] Update release.yml to include write permission (#28) per https://github.com/softprops/action-gh-release/issues/236 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3033aa..d1d265b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: release: name: Create Release runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v2 with: