Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,3 @@ jobs:
- run: npm run test
env:
CI: true

- name: Decrypt OSBotify GPG key
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 OSBotify GPG Key
run: cd .github/workflows && gpg --import OSBotify-private-key.asc

- name: Set up git for OSBotify
run: |
git config --global user.name OSBotify
git config --global user.email infra+osbotify@expensify.com
git config --global user.signingkey 367811D53E34168C
git config --global commit.gpgsign true

- run: tests/unit/getPullRequestsMergedBetweenTest.sh