Skip to content

Commit 629f1ea

Browse files
committed
Set permissions for workflows
1 parent 82a91e6 commit 629f1ea

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/publish-extension.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: "🚀 Publish Extension"
22
on:
33
workflow_call:
4-
4+
permissions:
5+
contents: read
56
jobs:
67
publish:
78
name: "🚀 Publish"

.github/workflows/publish-lib.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: "🚀 Publish Core Package"
1+
name: "🚀 Publish Lib"
22
on:
33
workflow_call:
4-
4+
permissions:
5+
contents: read
56
jobs:
67
publish:
78
name: "🚀 Publish"

0 commit comments

Comments
 (0)