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 38bffff commit 4afe020Copy full SHA for 4afe020
.github/workflows/deploy.yml
@@ -29,6 +29,8 @@ jobs:
29
build:
30
runs-on: ubuntu-latest
31
name: deploy
32
+ permissions:
33
+ contents: write
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
ORG_GRADLE_PROJECT_nexus_user: ${{ secrets.NEXUS_USER }}
0 commit comments