diff --git a/action.yml b/action.yml index e89d9ab..56b4f10 100644 --- a/action.yml +++ b/action.yml @@ -31,5 +31,5 @@ runs: - name: Build package uses: https://git.sanin.dev/packages_test/build-publish/@build with: - username: ${{ secrets.USERNAME }} + username: "${{ secrets.USERNAME }}" token: ${{ secrets.TOKEN }}