Specify the github repo for the janitor action

PiperOrigin-RevId: 560184865
pull/13696/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent 910be8b5ef
commit e59694d551
  1. 1
      .github/workflows/janitor.yml

@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
steps:
- run: |
set -ex

Loading…
Cancel
Save