Skip to content

Commit aeb06f8

Browse files
committed
remove unnecessary permission in build binary flows
1 parent aff14b5 commit aeb06f8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/build-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
permissions:
1313
contents: write
14-
packages: write
1514

1615
env:
1716
JAVA_DIST: 'zulu'

.github/workflows/build-mac.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515

1616
permissions:
1717
contents: write
18-
packages: write
1918

2019
env:
2120
JAVA_DIST: 'zulu'

.github/workflows/build-win.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
permissions:
1313
contents: write
14-
packages: write
1514

1615
env:
1716
JAVA_DIST: 'zulu'

0 commit comments

Comments
 (0)