From af6da4a936eb1b43efaac76dd7e4ba6f1d663b51 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Wed, 29 Oct 2025 00:21:49 -0500 Subject: [PATCH] no inputs --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index 224b261..c41c812 100644 --- a/action.yml +++ b/action.yml @@ -28,9 +28,6 @@ runs: - name: Build package uses: https://git.sanin.dev/packages_test/build-publish/@build - with: - username: ${{ secrets.USERNAME }} - token: ${{ secrets.TOKEN }} env: username: ${{ secrets.USERNAME }} token: ${{ secrets.TOKEN }}