We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a89e2 commit 7e7c2c5Copy full SHA for 7e7c2c5
.github/workflows/multi_approvers.yaml
@@ -18,6 +18,7 @@ on:
18
permissions:
19
actions: 'write'
20
contents: 'read'
21
+ id-token: 'write'
22
pull-requests: 'read'
23
24
concurrency:
@@ -26,6 +27,10 @@ concurrency:
26
27
28
jobs:
29
multi-approvers:
- 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'
+ runs-on: 'ubuntu-latest'
+ 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