From 8d32e54f3577d14ae27ae694b4ea6efdccb87cf7 Mon Sep 17 00:00:00 2001 From: Siarhei Dudko Date: Wed, 30 Oct 2024 17:20:12 +0300 Subject: [PATCH] Update autoupdate.yml test --- .github/workflows/autoupdate.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index f487449..c2e1b49 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -37,6 +37,8 @@ jobs: @types/node release: runs-on: ubuntu-latest + permissions: + contents: write timeout-minutes: 15 env: NODE_VERSION: 22 @@ -81,7 +83,7 @@ jobs: name: v${{ needs.update.outputs.version }} body_path: ${{ github.workspace }}/README.md repository: dudko-dev/protoobject - token: ${{ secrets.TOKEN_FOR_WORKFLOW }} + token: ${{ secrets.GITHUB_TOKEN }} draft: false prerelease: false - name: Publish package to NPM