Skip to content

Commit 76ed720

Browse files
committed
remove uneeded permissions and lower jar artifact retention
1 parent 3ad4b5e commit 76ed720

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414

1515
permissions:
1616
contents: read
17-
packages: write
1817

1918
outputs:
2019
version: ${{steps.build.outputs.version}}
@@ -46,7 +45,7 @@ jobs:
4645
with:
4746
name: kafbat-ui-${{ steps.build.outputs.version }}
4847
path: api/target/api-${{ steps.build.outputs.version }}.jar
49-
retention-days: 7
48+
retention-days: 1
5049

5150
docker-build:
5251
needs: jar-build

0 commit comments

Comments
 (0)