Skip to content

Commit dd97ca7

Browse files
committed
fix: support multi org #27
1 parent 790e358 commit dd97ca7

File tree

18 files changed

+15660
-24625
lines changed

18 files changed

+15660
-24625
lines changed

.github/workflows/check-transpiled-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Transpiled Code
22

33
on:
44
push:
5-
branches: '*'
5+
branches: '**'
66

77
permissions:
88
contents: read

.github/workflows/node-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
release:
66
types: published
77
push:
8-
branches: '*'
8+
branches: '**'
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: Tests [${{ github.ref_name }}] triggered by [${{ github.event_name }}/
33

44
on:
55
push:
6-
branches: '*'
6+
branches: '**'
77
workflow_dispatch:
88

99
permissions:

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ branding:
99
license: ISC
1010

1111
inputs:
12-
github-token:
12+
github-tokens:
1313
description: |
14-
Fine grained Github token with scopes,
14+
Comma separated list of fine grained Github tokens with scopes (one per GitHub Organization),
1515
- Administration:read (to list all repos in org)
1616
- Pull Requests:read (to get PR details for repos)
1717
- (Organzation) Members:read on all repos (to get GitHub email for Slack user matching)

0 commit comments

Comments
 (0)