Skip to content

Commit 7479d0d

Browse files
minimize permissions
1 parent 9c2fc98 commit 7479d0d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build Release Artifacts
22

3+
permissions:
4+
actions: read
5+
contents: read
6+
37
on:
48
workflow_dispatch:
59
workflow_call:

.github/workflows/release-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Publish Release
22

3+
permissions:
4+
actions: read
5+
contents: read
6+
37
on:
48
workflow_call:
59
# inputs:

0 commit comments

Comments
 (0)