chore: fixing again

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-17 15:38:34 +01:00
parent 7d33082972
commit 23ac5b11e9
@@ -23,7 +23,7 @@ jobs:
github-token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
script: |
// Get all teams and their respective members
const {data: teams} = await github.rest.request('GET /orgs/{org}/teams', {
const {data: teams} = await github.request('GET /orgs/{org}/teams', {
org: context.payload.organization.login,
})