diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e87db1d..07dc945 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,7 @@ name: Release +permissions: + contents: write on: push: branches: [main] @@ -15,6 +17,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: echo-pat + run: echo ${{ secrets.ACCESS_TOKEN }} + - name: Zip the extension file run: zip -qq -r markdown-tools.zip ./markdown-tools working-directory: .