diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6b8ceac..967bb9f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,18 +36,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: cd tools && gradle :readme_generator:run - - name: Prepare git to sign commit - uses: crazy-max/ghaction-import-gpg@v3 - with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.GPG_PASSPHRASE }} - git-user-signingkey: true - git-commit-gpgsign: true - name: Update Readme file uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Update README.md - commit_options: '-S' # sign commit commit_author: Michael Rittmeister file_pattern: README.md jdk16: diff --git a/.github/workflows/release.yaml.template b/.github/workflows/release.yaml.template index db87eb4..44c37ed 100644 --- a/.github/workflows/release.yaml.template +++ b/.github/workflows/release.yaml.template @@ -36,18 +36,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: cd tools && gradle :readme_generator:run - - name: Prepare git to sign commit - uses: crazy-max/ghaction-import-gpg@v3 - with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.GPG_PASSPHRASE }} - git-user-signingkey: true - git-commit-gpgsign: true - name: Update Readme file uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Update README.md - commit_options: '-S' # sign commit commit_author: Michael Rittmeister file_pattern: README.md jdk16: