From 83e2b9d21f982ffb5804b68b196ef3eb6f670579 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Wed, 29 Oct 2025 00:25:39 -0500 Subject: [PATCH] bring back inputs --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3f844bf..acc1d8c 100644 --- a/action.yml +++ b/action.yml @@ -28,6 +28,6 @@ runs: - name: Build package uses: https://git.sanin.dev/packages_test/build-publish/@build - env: - username: TESTING + with: + username: ${{ secrets.USERNAME }} token: ${{ secrets.TOKEN }}