Skip to content

Commit 67f1f39

Browse files
committed
fix(release): add package write permissions
1 parent f04d70c commit 67f1f39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
release:
55
types: [ created ]
66

7-
permissions: write-all
8-
97
jobs:
108
dangerKotlinLibrary-shadowJar:
119
name: Build Library
@@ -78,6 +76,9 @@ jobs:
7876

7977
docker-build-push:
8078
name: Build and Push Docker image
79+
permissions:
80+
contents: read
81+
packages: write
8182
runs-on: ubuntu-latest
8283
needs: [ dangerKotlin-build-and-distribute ]
8384
steps:

0 commit comments

Comments
 (0)