Skip to content

Commit

Permalink
Update gradle_template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Nov 1, 2023
1 parent 71dcf6f commit c73000f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ on:
GPG_KEY_PASSWORD:
required: false

GPP_KEY:
required: false
GPP_SECRET:
required: false

permissions:
contents: read
statuses: write
Expand Down Expand Up @@ -141,6 +146,8 @@ jobs:
GPG_KEY_PASSWORD: ${{ secrets.GPG_KEY_PASSWORD }}
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
GPP_KEY: ${{ secrets.GPP_KEY }}
GPP_SECRET: ${{ secrets.GPP_SECRET }}

notify-build-end:
name: Build notifications (end)
Expand Down

0 comments on commit c73000f

Please sign in to comment.