Skip to content

Commit

Permalink
testing echo "no-tty" (#207)
Browse files Browse the repository at this point in the history
* testing echo "no-tty"

* deleted test file
  • Loading branch information
kubikowski authored Jul 31, 2021
1 parent 35eb397 commit 93cb4b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
with:
token: ${{ secrets.REPOSITORY_ACTIONS_TOKEN }}
- name: Add GPG to Git Config
run: git config gpg.program $(which gpg)
run: |
git config gpg.program $(which gpg)
echo "no-tty" >> ~/.gnupg/gpg.conf
- name: Sign Commit
uses: crazy-max/ghaction-import-gpg@master
with:
Expand Down

0 comments on commit 93cb4b3

Please sign in to comment.