diff --git a/.github/workflows/build_and_release_github.yml b/.github/workflows/build_and_release_github.yml index 72d8e0b..a8907e2 100644 --- a/.github/workflows/build_and_release_github.yml +++ b/.github/workflows/build_and_release_github.yml @@ -43,9 +43,11 @@ jobs: env: GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }} GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + RELEASE_GRADLE_PLUGIN_TOKEN: ${{ secrets.RELEASE_GRADLE_PLUGIN_TOKEN }} - name: Release package run: ./gradlew githubRelease env: GPG_SIGNING_KEY: ${{ secrets.GPG_PRIVATE_KEY }} GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + RELEASE_GRADLE_PLUGIN_TOKEN: ${{ secrets.RELEASE_GRADLE_PLUGIN_TOKEN }} diff --git a/README.md b/README.md index 725a9d8..7b5cd9a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # keepassxc-cryptomator ![keepassxc-cryptomator](keepassxc-cryptomator.svg) -[![Java CI with Maven](https://github.com/purejava/keepassxc-cryptomator/workflows/Java%20CI%20with%20Maven/badge.svg)](https://github.com/purejava/keepassxc-cryptomator/actions?query=workflow%3A%22Java+CI+with+Maven%22) +[![Java CI with Gradle](https://github.com/purejava/keepassxc-cryptomator/workflows/Java%20CI%20with%20Gradle/badge.svg)](https://github.com/purejava/keepassxc-cryptomator/actions?query=workflow%3A%22Java+CI+with+Gradle%22) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/f092de6bfd99450f8a9a2766ed01c3c1)](https://app.codacy.com/gh/purejava/keepassxc-cryptomator?utm_source=github.com&utm_medium=referral&utm_content=purejava/keepassxc-cryptomator&utm_campaign=Badge_Grade_Settings) [![GitHub Release](https://img.shields.io/github/v/release/purejava/keepassxc-cryptomator)](https://github.com/purejava/keepassxc-cryptomator/releases) [![License](https://img.shields.io/github/license/purejava/keepassxc-cryptomator.svg)](https://github.com/purejava/keepassxc-cryptomator/blob/master/LICENSE)