Skip to content

Commit 760bddc

Browse files
committed
ci: add id-token write permission for --provenance + drop GH Packages workflow
1 parent 6cfc23d commit 760bddc

2 files changed

Lines changed: 3 additions & 30 deletions

File tree

.github/workflows/publish-npmjs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
jobs:
1919
publish:
2020
runs-on: ubuntu-latest
21+
permissions:
22+
contents: read
23+
id-token: write # required by --provenance
2124
steps:
2225
- uses: actions/checkout@v4
2326

.github/workflows/publish.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)