Skip to content

Commit

Permalink
Merge pull request #40 from Expensify/cmartins-bumpKey
Browse files Browse the repository at this point in the history
Update key
  • Loading branch information
AndrewGable authored Sep 30, 2024
2 parents 7a8b95d + 313fed2 commit c7456f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified .github/OSBotify-private-key.asc.gpg
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Set up git for OSBotify
run: |
git config --global user.signingkey 367811D53E34168C
git config --global user.signingkey AEE1036472A782AB
git config --global commit.gpgsign true
git config --global user.name OSBotify
git config --global user.email [email protected]
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ android/keystores/debug.keystore

# generated by bob
lib/

# Decrypted private key we do not want to commit
.github/OSBotify-private-key.asc

0 comments on commit c7456f9

Please sign in to comment.