Skip to content

Commit 77fb881

Browse files
committed
Permission tweaks for npm oidc trusted publishing
1 parent 92152e8 commit 77fb881

File tree

10 files changed

+13
-9
lines changed

10 files changed

+13
-9
lines changed

.github/workflows/ui-publish-components.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
if: ${{ needs.skip-check.outputs.should_skip != 'true' }}
4343
runs-on: ubuntu-latest
4444
timeout-minutes: 30
45+
permissions:
46+
contents: read
47+
id-token: write
4548
env:
4649
GITHUB_TOKEN: ${{ secrets.GH_PAT_UI }}
4750
steps:
@@ -64,6 +67,7 @@ jobs:
6467
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6568
with:
6669
node-version-file: .node-version
70+
registry-url: 'https://registry.npmjs.org'
6771
cache: 'pnpm'
6872
cache-dependency-path: ui/pnpm-lock.yaml
6973

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Parca API Client
1+
## Parca API Client
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Parca Component Library
1+
# Parca Component Library
22

33
A package with all react components that are used in Parca.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Dynamically resize Parca components
1+
## Dynamically resize Parca components
22

33
Library all around dynamically sizing components.

ui/packages/shared/hooks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Parca Hooks
1+
## Parca Hooks
22

33
A library containing React hooks used in the Parca UI

ui/packages/shared/icons/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Parca Icons
1+
## Parca Icons
22

33
These are some of the commonly used icons in the Parca project.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# JS Parser for continuous profiling language
1+
## JS Parser for continuous profiling language
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Parca Profile Libraries
1+
## Parca Profile Libraries

ui/packages/shared/store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Parca Store
1+
## Parca Store
22

33
State management for the Parca UI
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Parca Shared Functions
1+
## Parca Shared Functions

0 commit comments

Comments
 (0)