Skip to content

Commit

Permalink
debug: Add Upterm step in GHA to debug what's happening
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape committed Dec 18, 2024
1 parent 7a35ad4 commit 7caf404
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Continuous Integration

on:
pull_request:
branches: ['**', '!update/**', '!pr/**']
branches: ["**", "!update/**", "!pr/**"]
push:
branches: ['**', '!update/**', '!pr/**']
branches: ["**", "!update/**", "!pr/**"]
tags: [v*]

env:
Expand Down Expand Up @@ -127,6 +127,11 @@ jobs:
gpg_private_key: ${{ secrets.PGP_SECRET }}
passphrase: ${{ secrets.PGP_PASSPHRASE }}
trust_level: 5
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true
limit-access-to-users: nightscape

- name: Publish
run: |
Expand Down

0 comments on commit 7caf404

Please sign in to comment.