mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
👷 fix(ci): add workflow permissions (#21)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/assign.yml
vendored
2
.github/workflows/assign.yml
vendored
@@ -7,6 +7,8 @@ jobs:
|
||||
assign:
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Assign reviewer
|
||||
uses: actions/github-script@v7
|
||||
|
||||
Reference in New Issue
Block a user