From 8ca48eeea5baf3d7f01fa974684cf4e5197df1cd Mon Sep 17 00:00:00 2001 From: Guilherme Dantas Date: Sat, 16 Dec 2023 11:45:52 -0300 Subject: [PATCH] ci: use bot account PAT for release workflow --- .github/workflows/release.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd4570f7..d699f0f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,13 +8,6 @@ on: concurrency: ${{ github.workflow }}-${{ github.ref }} -permissions: - actions: write - contents: write - id-token: write - packages: write - pull-requests: write - jobs: release: runs-on: ubuntu-22.04 @@ -39,5 +32,5 @@ jobs: publish: yarn changeset publish cwd: onchain/rollups env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}