Skip to content

Commit

Permalink
👷 release: remove custom token and signing
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 23, 2024
1 parent 3d49877 commit 894c5bc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,16 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.PR_GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: oven-sh/setup-bun@v1
- uses: foundry-rs/foundry-toolchain@v1
- run: bun install
- uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
git_user_signingkey: true
git_commit_gpgsign: true
- uses: changesets/action@v1
with:
title: 🔖 new release
publish: bunx changeset publish
setupGitUser: false
env:
GITHUB_TOKEN: ${{ secrets.PR_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 894c5bc

Please sign in to comment.