From 916d8ef0f82c66a8fb2283ac22fc3c120ceb0cc1 Mon Sep 17 00:00:00 2001 From: Kartheek Palla Date: Tue, 13 Aug 2024 14:47:28 +0530 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e8581d065..63611f1bd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -36,7 +36,7 @@ jobs: uses: lhotari/action-upterm@v1 with: ## limits ssh access and adds the ssh public key for the user which triggered the workflow ie holashchand - limit-access-to-actor: true + limit-access-to-actor: false - name: Build and test run: make test - name: Check space after tests