From 186aa4082ebf1cfe53b381ea8bfe9d109b6b6347 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Tue, 28 Jan 2025 17:50:37 +0100 Subject: [PATCH] fixes tag publishing --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index edecf83..dd268ed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - run: yarn lint - run: yarn run-script build-and-publish env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} VSCE_PAT: ${{ secrets.MARKETPLACE_TOKEN }} GITHUB_RUN_NUMBER: ${{ github.run_number }} - name: Upload Artifacts