chore: updating secrets

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-12-16 10:44:25 +01:00
parent 1063afe18f
commit ed5752e3f0
@@ -13,7 +13,7 @@ jobs:
- uses: actions/github-script@v5
id: get-reviewers
with:
github-token: ${{ secrets.ORG_READ }}
github-token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
script: |
const {data: reviewerMembers} = await github.rest.teams.listMembersInOrg({
org: context.payload.organization.login,