Skip to content

Commit

Permalink
fix(release): fix lerna version access token
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Sep 5, 2023
1 parent 5d5c588 commit c6e2eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Step 8: Lerna Version
- name: Lerna Version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SDS_LERNA_VERSION_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn version:ci

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const DropdownMenu = <Multiple extends boolean | undefined = false>(

useEffect(() => {
setAnchorEl(anchorRef.current);
}, [anchorRef.current]);
}, []);

useEffect(() => {
if (isControlled) {
Expand Down

0 comments on commit c6e2eb1

Please sign in to comment.