Skip to content

Commit

Permalink
misc: update token
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Sep 13, 2024
1 parent 289350d commit b638dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
with:
token: ${{ secrets.BUNNY_GITHUB }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Javascript
uses: ./.github/actions/setup-project

- name: Create Release Pull Request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.BUNNY_GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
publish: "pnpm run ci:publish"
version: "pnpm run ci:version"
Expand Down

0 comments on commit b638dcb

Please sign in to comment.