Skip to content

Commit

Permalink
Update id-token permissions in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
surilindur committed Mar 25, 2024
1 parent 1d228ef commit d0361de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
id-token: write

jobs:

test:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "readable-from-web",
"type": "commonjs",
"version": "0.0.2",
"version": "0.0.3",
"packageManager": "[email protected]",
"description": "Experimental converter from WHATWG ReadableStream to readable-stream Readable",
"license": "MIT",
Expand Down

0 comments on commit d0361de

Please sign in to comment.