Skip to content

Commit 76adab9

Browse files
authored
Debug
Signed-off-by: Aaron Dewes <[email protected]>
1 parent 6f1c536 commit 76adab9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
registry: harbor.nirvati.org
2727
username: ${{ secrets.REGISTRY_USERNAME }}
2828
password: ${{ secrets.REGISTRY_PASSWORD }}
29+
- name: Setup upterm session
30+
uses: lhotari/action-upterm@v1
31+
with:
32+
limit-access-to-actor: true
33+
limit-access-to-users: AaronDewes
2934
- uses: jitterbit/get-changed-files@v1
3035
id: changed-files
3136
with:

0 commit comments

Comments
 (0)