We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1c536 commit 76adab9Copy full SHA for 76adab9
.github/workflows/build-package.yml
@@ -26,6 +26,11 @@ jobs:
26
registry: harbor.nirvati.org
27
username: ${{ secrets.REGISTRY_USERNAME }}
28
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
34
- uses: jitterbit/get-changed-files@v1
35
id: changed-files
36
with:
0 commit comments