Skip to content

Commit

Permalink
minimize permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-adams-planet committed Dec 18, 2024
1 parent 9c2fc98 commit 7479d0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build Release Artifacts

permissions:
actions: read
contents: read

on:
workflow_dispatch:
workflow_call:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish Release

permissions:
actions: read
contents: read

on:
workflow_call:
# inputs:
Expand Down

0 comments on commit 7479d0d

Please sign in to comment.