Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ui-publish-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
if: ${{ needs.skip-check.outputs.should_skip != 'true' }}
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: read
id-token: write
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT_UI }}
steps:
Expand All @@ -64,6 +67,7 @@ jobs:
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version-file: .node-version
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
cache-dependency-path: ui/pnpm-lock.yaml

Expand Down
2 changes: 1 addition & 1 deletion ui/packages/shared/client/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Parca API Client
## Parca API Client
2 changes: 1 addition & 1 deletion ui/packages/shared/components/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Parca Component Library
# Parca Component Library

A package with all react components that are used in Parca.
2 changes: 1 addition & 1 deletion ui/packages/shared/dynamicsize/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dynamically resize Parca components
## Dynamically resize Parca components

Library all around dynamically sizing components.
2 changes: 1 addition & 1 deletion ui/packages/shared/hooks/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Parca Hooks
## Parca Hooks

A library containing React hooks used in the Parca UI
2 changes: 1 addition & 1 deletion ui/packages/shared/icons/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Parca Icons
## Parca Icons

These are some of the commonly used icons in the Parca project.
2 changes: 1 addition & 1 deletion ui/packages/shared/parser/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# JS Parser for continuous profiling language
## JS Parser for continuous profiling language
2 changes: 1 addition & 1 deletion ui/packages/shared/profile/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Parca Profile Libraries
## Parca Profile Libraries
2 changes: 1 addition & 1 deletion ui/packages/shared/store/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Parca Store
## Parca Store

State management for the Parca UI
2 changes: 1 addition & 1 deletion ui/packages/shared/utilities/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Parca Shared Functions
## Parca Shared Functions
Loading