Skip to content

Commit

Permalink
[improve](sec): limit top level access (#608)
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
  • Loading branch information
RalphHightower authored Jan 1, 2025
1 parent 146f3b0 commit 53ec951
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ on:
branches:
- main

permissions:
actions: none
attestations: none
checks: none
contents: none
deployments: none
id-token: none
issues: none
discussions: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none

jobs:
release-please:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 53ec951

Please sign in to comment.