Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from Expensify/andrew-gpg
Browse files Browse the repository at this point in the history
Update `OSBotify-private-key.asc.gpg`
  • Loading branch information
luacmartins authored Sep 30, 2024
2 parents e785ad8 + faefaa3 commit 9ac19bd
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 @@ -32,7 +32,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 infra+osbotify@expensify.com
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ cypress/screenshots/
yarn-error.log
npm-debug.log
npm-debug.log.*

# GitHub GPG Keys
.github/workflows/OSBotify-private-key.asc

0 comments on commit 9ac19bd

Please sign in to comment.