Skip to content

Commit 4afe020

Browse files
committed
Make sure that we have write permission in the deploy job.
1 parent 38bffff commit 4afe020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
build:
3030
runs-on: ubuntu-latest
3131
name: deploy
32+
permissions:
33+
contents: write
3234
env:
3335
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3436
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}

0 commit comments

Comments
 (0)