diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 7982917..7806ff9 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -17,4 +17,4 @@ jobs: run: gh pr merge --auto --squash "$PR_URL" env: PR_URL: ${{ github.event.pull_request.html_url }} - GH_TOKEN: ${{ secrets.ADMIN_TOKEN }} + GH_TOKEN: ${{ secrets.PAT }} diff --git a/package.json b/package.json index d0cfc34..32a9c8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bucket-protocol/sdk", "author": "Bucket Protocol ", - "version": "2.1.4", + "version": "2.2.0", "license": "Apache-2.0", "description": "Bucket Protocol TypeScript SDK", "repository": {