Skip to content

Commit

Permalink
Amend tmate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Sep 24, 2023
1 parent 158778e commit a427e7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tmate.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# See https://github.com/commercialhaskell/stack/issues/6252#issuecomment-1732106343
# See https://github.com/mxschmitt/action-tmate

name: tmate
Expand All @@ -14,6 +15,12 @@ jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Sign assets
shell: bash
env:
RELEASE_SIGNING_KEY: ${{ secrets.RELEASE_SIGNING_KEY }}
run: |
echo "$RELEASE_SIGNING_KEY"|gpg --import
# Enable tmate debugging of manually-triggered workflows if the input
# option was provided
- name: Setup tmate session
Expand Down

0 comments on commit a427e7d

Please sign in to comment.