Skip to content

Commit 463d77e

Browse files
committed
added token
1 parent 5cbbf29 commit 463d77e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,10 @@ jobs:
124124
runs-on: ubuntu-latest
125125
needs: build
126126
steps:
127-
- uses: actions/checkout@v3
127+
- uses: actions/checkout@v2
128+
with:
129+
ref: master
130+
token: ${{ secrets.VSCE_TOKEN }}
128131
- uses: actions/download-artifact@v3
129132
with:
130133
name: meta

0 commit comments

Comments
 (0)