diff --git a/.github/workflows/lspDeploy.yml b/.github/workflows/lspDeploy.yml index 2496b99fe85c..aebbb51e9a6d 100644 --- a/.github/workflows/lspDeploy.yml +++ b/.github/workflows/lspDeploy.yml @@ -42,6 +42,8 @@ jobs: - name: "Retrieve version" id: retrieve_version working-directory: ./integration/schema-language-server/utils + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: python3 updateVersion.py ${{ github.event.inputs.version }} >> $GITHUB_OUTPUT - name: Download node dependencies