Skip to content

Commit 854ca26

Browse files
Moser-ssclaude
andcommitted
CICDL-258: switch to OIDC Trusted Publishers for npm publish
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c24f334 commit 854ca26

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cicd_npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
publish:
1010
if: ${{ github.event.label.name == 'npm-ready-for-publish' }}
1111
uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@master
12+
permissions:
13+
id-token: write
14+
contents: write
1215
with:
1316
revision: ${{ github.event.pull_request.head.ref }}
17+
use_trusted_publisher: true
1418
secrets: inherit

0 commit comments

Comments
 (0)