Skip to content

Commit

Permalink
Revert "sign botify commits for cp workflow"
Browse files Browse the repository at this point in the history
This reverts commit 0d98b6c.
  • Loading branch information
AndrewGable committed Nov 22, 2021
1 parent fbcf4c6 commit 9be69d8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/cherryPick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,6 @@ jobs:
ref: staging
token: ${{ secrets.GITHUB_TOKEN }}

- name: Decrypt GPG key
if: github.actor == 'OSBotify'
run: cd .github/workflows && gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output OSBotify-private-key.asc OSBotify-private-key.asc.gpg
env:
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}

- name: Import the GPG Key
if: github.actor == 'OSBotify'
run: cd .github/workflows && gpg --import OSBotify-private-key.asc

- name: Set up git
if: github.actor == 'OSBotify'
run: |
git config user.signingkey DBF63700F60F5530
git config commit.gpgsign true
git config user.email [email protected]
- name: Create branch for new pull request
run: |
git config user.name ${{ github.actor }}
Expand Down

0 comments on commit 9be69d8

Please sign in to comment.