Skip to content

Commit 7e7c2c5

Browse files
authored
chore: update multi-approvers to use GitHub team
1 parent 67a89e2 commit 7e7c2c5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/multi_approvers.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
permissions:
1919
actions: 'write'
2020
contents: 'read'
21+
id-token: 'write'
2122
pull-requests: 'read'
2223

2324
concurrency:
@@ -26,6 +27,10 @@ concurrency:
2627

2728
jobs:
2829
multi-approvers:
29-
uses: 'abcxyz/pkg/.github/workflows/multi-approvers.yml@1d1cedf7768d17dde23bb2cda24bc1fb950e9f92'
30-
with:
31-
org-members-path: 'googleapis/google-auth-library-java/main/.github/workflows/members.json'
30+
runs-on: 'ubuntu-latest'
31+
steps:
32+
- name: 'Multi-approvers'
33+
uses: 'abcxyz/pkg/.github/actions/multi-approvers'
34+
with:
35+
team: 'multi-approvers'
36+
token: '${{ secrets.MULTI_APPROVERS_TOKEN }}'

0 commit comments

Comments
 (0)