From 7caf404c2059dc5f6367cf04b51c9e042a5b4967 Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Wed, 18 Dec 2024 10:03:13 +0100 Subject: [PATCH] debug: Add Upterm step in GHA to debug what's happening --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee6635d1..356d64e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: |