From 8e9def7566cfdf66d358ea2e2500c1b2c3455415 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:06:31 -0500 Subject: [PATCH] ci: release workflow perms contents write Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ca8415c5..7cfef4fb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -170,7 +170,7 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write - contents: read + contents: write attestations: write # Only run this job if the input create_github_release is true if: github.repository == 'meshtastic/Meshtastic-Android' && github.event.inputs.create_github_release == 'true'