From 36aeb38cbb777ac22b12ee99135fb9074947d4fd Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Mon, 23 Sep 2024 03:45:36 -0400 Subject: [PATCH] fix(action): solve pypi-release action (#5134) Co-authored-by: Pepe Fagoaga --- .github/workflows/pypi-release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 8be0acd196..bf57beaedf 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -8,8 +8,6 @@ env: RELEASE_TAG: ${{ github.event.release.tag_name }} PYTHON_VERSION: 3.11 CACHE: "poetry" - # TODO: create a bot user for this kind of tasks, like prowler-bot - GIT_COMMITTER_EMAIL: "sergio@prowler.com" jobs: release-prowler-job: @@ -47,14 +45,6 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} cache: ${{ env.CACHE }} - - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 - with: - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.GPG_PASSPHRASE }} - git_user_signingkey: true - git_commit_gpgsign: true - - name: Build Prowler package run: | poetry build