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 }}