Skip to content

Commit 0bb1335

Browse files
authored
Removed the token based publishing in the favour of OIDC trusted publishing (#6106)
1 parent 92152e8 commit 0bb1335

File tree

10 files changed

+9
-16
lines changed

10 files changed

+9
-16
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ jobs:
6767
cache: 'pnpm'
6868
cache-dependency-path: ui/pnpm-lock.yaml
6969

70-
- name: Ensure access
71-
working-directory: ui
72-
run: |
73-
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
74-
env:
75-
NPM_TOKEN: ${{ secrets.NPMTOKEN }}
76-
7770
- name: Config git user
7871
run: |
7972
git config --global user.name "${{ github.actor }}"
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)