Skip to content

Commit

Permalink
Team reviewers, take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
unmultimedio committed Sep 1, 2023
1 parent 5bd77f5 commit 15c6dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
private_key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
repository: ${{ github.repository }}
permissions: >-
{"contents": "write", "pull_requests": "write"}
{"contents": "write", "pull_requests": "write", "members": "read"}
- name: Checkout repository code
uses: actions/checkout@v3
- name: Install Go
Expand Down

0 comments on commit 15c6dd0

Please sign in to comment.