Skip to content

Commit

Permalink
ci: set env vars to sign with proper key
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA authored Jul 31, 2023
1 parent b107318 commit ffa34a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_LOGIN: ${{ secrets.SONAR_LOGIN }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit ffa34a1

Please sign in to comment.