From f0f47a27d731e75ce646530b26e37efd7a774180 Mon Sep 17 00:00:00 2001 From: AdamRaichu <91494019+AdamRaichu@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:22:04 -0500 Subject: [PATCH] fix package.yml --- .github/workflows/package.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 6119f55..45a0a53 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -14,7 +14,10 @@ on: secrets: AZURE_PAT: required: true - description: The PAT to use to publish the extension. + description: The PAT to use to publish the extension to the vscode marketplace. + OPEN_VSX_TOKEN: + required: true + description: The PAT to use to public the extension to open-vsx.org. inputs: preRelease: type: boolean @@ -58,4 +61,4 @@ jobs: with: pat: ${{ secrets.AZURE_PAT }} registryUrl: https://marketplace.visualstudio.com - extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }} \ No newline at end of file + extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }}