forked from Expensify/App
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "sign botify commits for cp workflow"
This reverts commit 0d98b6c.
- Loading branch information
1 parent
fbcf4c6
commit 9be69d8
Showing
1 changed file
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|