Skip to content

Commit

Permalink
👷 github: remove custom token and key
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 22, 2024
1 parent b797fc0 commit 9e910c1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 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 }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9e910c1

Please sign in to comment.