From 4d0ae7fd28b428903d92a7ea1fd16d990264e176 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sun, 10 Nov 2024 15:23:36 -0700 Subject: [PATCH] need write permission for upload tool (#1377) --- .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5954a2845..74894a8d4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,7 +15,7 @@ jobs: name: macOS Build permissions: id-token: write - contents: read + contents: write attestations: write runs-on: ${{ matrix.os }} strategy: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 973a12cfd..bc065153f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -88,7 +88,7 @@ jobs: name: snap Build permissions: id-token: write - contents: read + contents: write attestations: write runs-on: ubuntu-latest outputs: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bac4c141e..bd3282995 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,7 @@ jobs: name: windows Build permissions: id-token: write - contents: read + contents: write attestations: write runs-on: ${{ matrix.os }} strategy: