Skip to content

Commit

Permalink
Merge pull request #65 from MagmaWorks/task/action-security
Browse files Browse the repository at this point in the history
Actions security
  • Loading branch information
kpne authored Dec 18, 2024
2 parents cf178e8 + c39b98c commit 10487af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ on:
jobs:
ci:
uses: magmaworks/actions/.github/workflows/on-merge-to-main.yml@main
permissions:
contents: write
actions: write
attestations: write
2 changes: 2 additions & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ on:
jobs:
ci:
uses: magmaworks/actions/.github/workflows/on-pull-request.yml@main
permissions:
checks: write
4 changes: 4 additions & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ jobs:
ci:
uses: magmaworks/actions/.github/workflows/on-release.yml@main
secrets: inherit
permissions:
contents: write
actions: write
attestations: write

0 comments on commit 10487af

Please sign in to comment.