From 04886e0afe2e88eb9e4b0f743355d91f74c349f6 Mon Sep 17 00:00:00 2001 From: esy Date: Sun, 22 Sep 2024 22:36:11 +0000 Subject: [PATCH] feat: remove requirement to add username secret --- .forgejo/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 28c7f17..9a6c21d 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -25,6 +25,6 @@ jobs: uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5 with: ssh_key: ${{ secrets.SSH_KEY }} - username: ${{ secrets.USERNAME }} + username: ${{ env.GITHUB_REPOSITORY_OWNER }} folder: "src" #destination: "subfolder" \ No newline at end of file