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'