Skip to content

Commit

Permalink
remove unnecessary permission in build binary flows
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 28, 2024
1 parent aff14b5 commit aeb06f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

permissions:
contents: write
packages: write

env:
JAVA_DIST: 'zulu'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:

permissions:
contents: write
packages: write

env:
JAVA_DIST: 'zulu'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

permissions:
contents: write
packages: write

env:
JAVA_DIST: 'zulu'
Expand Down

0 comments on commit aeb06f8

Please sign in to comment.