Skip to content

Commit

Permalink
ci: use bot account PAT for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Dec 16, 2023
1 parent 3baed5f commit ba136d9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit ba136d9

Please sign in to comment.