Skip to content

Commit

Permalink
Update lock.yml permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce <joycebrum@google.com>
  • Loading branch information
joycebrum authored and JakeChampion committed Jul 17, 2023
1 parent 9a6d748 commit e97321b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lock.yml
Expand Up @@ -4,9 +4,14 @@ on:
schedule:
- cron: '0 0 * * *'

permissions: {}

jobs:
lock:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: dessant/lock-threads@v2
with:
Expand Down

0 comments on commit e97321b

Please sign in to comment.