Skip to content

Commit

Permalink
Adds debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford committed Sep 7, 2023
1 parent 4f470ef commit d9fdad7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ jobs:
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
run: bundle exec rake version:bump:patch

- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true
## limits ssh access and adds the ssh public keys of the listed GitHub users
limit-access-to-users: mscottford

- name: Release to Rubygems
if: github.event_name == 'push'
&& github.ref == 'refs/heads/main'
Expand Down

0 comments on commit d9fdad7

Please sign in to comment.