Fix permissions of janitor GHA

PiperOrigin-RevId: 561707787
pull/13810/head
Mike Kruskal 1 year ago committed by Copybara-Service
parent fcebbd1442
commit 14222b30f7
  1. 2
      .github/workflows/janitor.yml

@ -13,7 +13,7 @@ jobs:
name: Close Stale Copybara PRs
runs-on: ubuntu-latest
permissions:
contents: read
contents: write # to allow deleting branches
pull-requests: write # to allow closing the PR
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save