Skip to content

Commit

Permalink
Removes debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford committed Sep 7, 2023
1 parent 8a54008 commit 310ca9c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ jobs:
with:
token: ${{ secrets.RUBYGEMS_API_KEY }}

- 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: Bump version
if: github.event_name == 'push'
&& github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 310ca9c

Please sign in to comment.