We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04d70c commit 67f1f39Copy full SHA for 67f1f39
1 file changed
.github/workflows/publish_release.yml
@@ -4,8 +4,6 @@ on:
4
release:
5
types: [ created ]
6
7
-permissions: write-all
8
-
9
jobs:
10
dangerKotlinLibrary-shadowJar:
11
name: Build Library
@@ -78,6 +76,9 @@ jobs:
78
76
79
77
docker-build-push:
80
name: Build and Push Docker image
+ permissions:
+ contents: read
81
+ packages: write
82
runs-on: ubuntu-latest
83
needs: [ dangerKotlin-build-and-distribute ]
84
steps:
0 commit comments