Skip to content

Commit

Permalink
fix(ci): cannot upload binary to s3 (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 authored Sep 13, 2024
1 parent 7271386 commit 2f36275
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
tags:
- "v*.*.*"

permissions:
contents: read
id-token: write
packages: read

jobs:
release:
runs-on: windows-latest
Expand Down

0 comments on commit 2f36275

Please sign in to comment.