Skip to content

Commit 06b31ef

Browse files
committed
v0.1.3: fix usage of secrets in github actions config
1 parent 0bc1a08 commit 06b31ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm run vscode:prepackage
2929
- run: npm run vscode:package
3030

31-
- run: npm run vscode:publish -p $AZURE_ACCESS_TOKEN
31+
- run: npm run vscode:publish -p "${{ secrets.AZURE_ACCESS_TOKEN }}"
3232
if: github.event_name == 'release' && github.event.action == 'created'
3333

3434
- uses: actions/upload-artifact@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"engines": {
66
"vscode": "^1.90.0"
77
},
8-
"version": "0.1.2",
8+
"version": "0.1.3",
99
"preview": true,
1010
"serverInfo": {
1111
"name": "FineCode",

0 commit comments

Comments
 (0)