Skip to content

Commit

Permalink
ci: fix wrong token names
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 10, 2024
1 parent 0c0db0d commit 27f78d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: mscharley/dependency-changesets-action@v1.0.5
with:
token: ${{ secrets.BUAPEBOT_TOKEN }}
token: ${{ secrets.BUAPEBOT_SECRET }}
changeset-folder: ".changeset"
use-conventional-commits: true
author-name: "BuapeBot"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
publish: pnpm run publish
env:
GITHUB_TOKEN: ${{ secrets.BUAPEBOT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BUAPEBOT_SECRET }}
NPM_TOKEN: ${{ secrets.NPM_SECRET }}

0 comments on commit 27f78d8

Please sign in to comment.