Skip to content

Commit c67fc80

Browse files
committed
Add env var
1 parent cf07615 commit c67fc80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13+
- env:
14+
VSCE_PAT: ${{ secrets.VSCE_PAT }}
1315
- uses: actions/checkout@v3
1416
- uses: actions/setup-node@v3
1517
- run:

0 commit comments

Comments
 (0)