Skip to content

Commit bd53f68

Browse files
committed
fix(node-continuous-profiling): use trusted publishing in prod pipeline
1 parent 8f86a6b commit bd53f68

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release_prod.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
id-token: write # Required for OIDC
10+
contents: read
11+
812
jobs:
913
coding-style:
1014
name: Probe NodeJs - Code Style
@@ -58,5 +62,4 @@ jobs:
5862
- run: |
5963
./release.sh
6064
env:
61-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6265
TAG: ${{ github.ref_name }}

0 commit comments

Comments
 (0)