From 8ef750eb5d945e98e722cc354073a87e18925700 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Fri, 8 Mar 2024 16:41:15 +0100 Subject: [PATCH] fix: set `GH_TOKEN` when adding artifact to release --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 08040ac..4870b18 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,6 +23,8 @@ jobs: - name: 📋 Add package to release run: gh release upload ${{ github.ref_name }} vscode-expo-${{ github.ref_name }}.vsix + env: + GH_TOKEN: ${{ github.token }} vscode-marketplace: runs-on: ubuntu-latest