From 28cf0ff4ea5a2348180465a2e369bd6a51f92c44 Mon Sep 17 00:00:00 2001 From: zFernand0 <37381190+zFernand0@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:52:24 +0000 Subject: [PATCH 1/2] fix workspace version to allow automatic versioning Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c16ec2da4d..f733eab52e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-zowe-explorer": "workspace:3.0.0-next.202309141150", + "eslint-plugin-zowe-explorer": "workspace:./packages/eslint-plugin-zowe-explorer", "husky": "^6.0.0", "jest": "^29.3.1", "jest-html-reporter": "^3.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 38a66bf58d..aa265b2c47 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -43,7 +43,7 @@ importers: specifier: ^4.2.1 version: 4.2.1(eslint-config-prettier@8.10.0)(eslint@8.49.0)(prettier@2.6.0) eslint-plugin-zowe-explorer: - specifier: workspace:3.0.0-next.202309141150 + specifier: workspace:./packages/eslint-plugin-zowe-explorer version: link:packages/eslint-plugin-zowe-explorer husky: specifier: ^6.0.0 From ec308bd0e406a5665e6dcdf65a2049ef4262f94d Mon Sep 17 00:00:00 2001 From: zFernand0 <37381190+zFernand0@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:41:10 +0000 Subject: [PATCH 2/2] add new repo tokens Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com> --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index b3a6dde972..f85475a05d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -56,8 +56,8 @@ jobs: GIT_CREDENTIALS: x-access-token:${{ secrets.ZOWE_ROBOT_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_PUBLISHER_TOKEN }} - OVSX_PAT: ${{ secrets.VSCODE_ZOWE_ROBOT_PUBLISH_TOKEN }} - VSCE_PAT: ${{ secrets.VSCODE_PUBLISHER_TOKEN }} + OVSX_PAT: ${{ secrets.VSCODE_OVSX_PUBLISHER_TOKEN }} + VSCE_PAT: ${{ secrets.VSCODE_VSCE_PUBLISHER_TOKEN }} with: config-dir: .github new-version: ${{ github.event.inputs.version }}