Skip to content

Commit

Permalink
add explicit permissions to lock workflow (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed May 28, 2022
1 parent b7232f8 commit 3bbb19f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
schedule:
- cron: '0 0 * * *'

permissions:
issues: "write"

jobs:
lock:
if: github.repository_owner == 'pyca'
Expand Down

0 comments on commit 3bbb19f

Please sign in to comment.