From 70f53a9f7249d44cfc00b37f8f3c01bd81fcae93 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Tue, 28 Oct 2025 23:35:52 -0500 Subject: [PATCH] now that that's working --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b7ae05a..5744cc1 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,6 @@ runs: run: | echo "#!/bin/bash echo '📤️ Uploading package ...' - echo testing: my username is \$username curl --user \$username:\$token \ --upload-file ./*.tar.zst \ '${{ gitea.server_url }}/api/packages/packages_test/arch/microverse' @@ -26,7 +25,7 @@ runs: - name: Build package uses: https://git.sanin.dev/packages_test/build-publish/@build with: - username: ABC + username: ${{ secrets.USERNAME }} token: ${{ secrets.TOKEN }} - name: ls