diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-08-20 11:53:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 11:53:43 +0000 |
commit | 0446c13177fe50404515efebe5dd8a6b9af3dbcd (patch) | |
tree | 26e57c35b4dde78d56c4b412a276a15a111babb8 /.github/workflows/auto-approve-run.yml | |
parent | 9bd8efd59e1aa8513050042448a3717e6d58550c (diff) | |
parent | 66f491f171bf6d9b8f2abe8fc2f5d9dd90ef9edb (diff) |
Merge pull request #219 from themoeway/fix-workflow-permissions
Restrict workflow permissions to satisfy OSSF Scorecard
Diffstat (limited to '.github/workflows/auto-approve-run.yml')
-rw-r--r-- | .github/workflows/auto-approve-run.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/auto-approve-run.yml b/.github/workflows/auto-approve-run.yml index e0605a42..45c169ba 100644 --- a/.github/workflows/auto-approve-run.yml +++ b/.github/workflows/auto-approve-run.yml @@ -4,6 +4,7 @@ on: workflows: [Auto-Approve Safe PRs] types: - completed +permissions: {} jobs: auto-approve-run: runs-on: ubuntu-latest |