Skip to content

Commit

Permalink
Adding GPG signing for create release
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov committed Oct 6, 2023
1 parent 1f22c01 commit 1a8a33c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/create_release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Import GPG key
id: import-gpg
uses: crazy-max/ghaction-import-gpg@v6
Expand All @@ -30,12 +29,6 @@ jobs:

- name: Update version and push
id: make-commit
env:
GITHUB_TOKEN: ${{ secrets.CODECOV_RELEASE_PAT }}
GIT_AUTHOR_NAME: ${{ steps.import-gpg.outputs.name }}
GIT_AUTHOR_EMAIL: ${{ steps.import-gpg.outputs.email }}
GIT_COMMITTER_NAME: ${{ steps.import-gpg.outputs.name }}
GIT_COMMITTER_EMAIL: ${{ steps.import-gpg.outputs.email }}
run: |
sed -i 's/version="[0-9]\.[0-9]\.[0-9]"/version="${{ github.event.inputs.versionName }}"/g' setup.py
git add setup.py
Expand Down

0 comments on commit 1a8a33c

Please sign in to comment.