Skip to content

Commit d669c17

Browse files
committed
actions: Add explict permissions.
1 parent c328a31 commit d669c17

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Publish
33
on:
44
workflow_dispatch: # Allow manual triggering of the workflow
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
publish-npm:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)