Skip to content

Commit

Permalink
need write permission for upload tool (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 authored Nov 10, 2024
1 parent 6e3642f commit 4d0ae7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: macOS Build
permissions:
id-token: write
contents: read
contents: write
attestations: write
runs-on: ${{ matrix.os }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
name: snap Build
permissions:
id-token: write
contents: read
contents: write
attestations: write
runs-on: ubuntu-latest
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: windows Build
permissions:
id-token: write
contents: read
contents: write
attestations: write
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 4d0ae7f

Please sign in to comment.