Skip to content

Commit aaea174

Browse files
committed
update release.yml*6
1 parent 04a40a3 commit aaea174

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Release
22

3+
permissions:
4+
contents: write
35
on:
46
push:
57
branches: [main]
@@ -15,6 +17,9 @@ jobs:
1517
- name: Checkout code
1618
uses: actions/checkout@v4
1719

20+
- name: echo-pat
21+
run: echo ${{ secrets.ACCESS_TOKEN }}
22+
1823
- name: Zip the extension file
1924
run: zip -qq -r markdown-tools.zip ./markdown-tools
2025
working-directory: .

0 commit comments

Comments
 (0)