Skip to content

Commit

Permalink
Added missing GITHUB_TOKEN env var (GoogleCloudPlatform#9997)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored and tdbhacks committed Feb 23, 2024
1 parent 0911f89 commit cdb9fac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/request-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit cdb9fac

Please sign in to comment.