mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-07-26 08:32:26 +08:00
devops: fix npm publishing due to proverance (#112)
Like
[upstream](3ad5c2731a/.github/workflows/publish_release_npm.yml (L15)
)
and in the
[docs](https://docs.npmjs.com/generating-provenance-statements#example-github-actions-workflow).
This commit is contained in:
parent
2366dbf36c
commit
128e75b9f4
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -5,6 +5,9 @@ on:
|
||||
jobs:
|
||||
publish-npm:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user