File tree 5 files changed +14
-14
lines changed
5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ concurrency:
13
13
jobs :
14
14
use-library-js-feature :
15
15
permissions :
16
- packages : read
17
16
contents : read
18
17
actions : write
19
18
checks : write
20
19
uses : MatrixAI/.github/.github/workflows/library-js-feature.yml@master
21
- secrets : inherit
Original file line number Diff line number Diff line change @@ -13,10 +13,15 @@ concurrency:
13
13
jobs :
14
14
use-library-js-staging :
15
15
permissions :
16
- packages : read
17
16
contents : write
18
17
actions : write
19
18
checks : write
20
19
pull-requests : write
21
20
uses : MatrixAI/.github/.github/workflows/library-js-staging.yml@master
22
- secrets : inherit
21
+ secrets :
22
+ GH_TOKEN : ${{ secrets.GH_TOKEN }}
23
+ GIT_AUTHOR_EMAIL : ${{ secrets.GIT_AUTHOR_EMAIL }}
24
+ GIT_AUTHOR_NAME : ${{ secrets.GIT_AUTHOR_NAME }}
25
+ GIT_COMMITTER_EMAIL : ${{ secrets.GIT_COMMITTER_EMAIL }}
26
+ GIT_COMMITTER_NAME : ${{ secrets.GIT_COMMITTER_NAME }}
27
+
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
use-library-js-tag :
11
11
permissions :
12
- packages : read
13
12
contents : read
14
13
actions : write
15
14
uses : MatrixAI/.github/.github/workflows/library-js-tag.yml@master
16
- secrets : inherit
Original file line number Diff line number Diff line change 11
11
flake-utils . lib . eachDefaultSystem ( system :
12
12
let
13
13
pkgs = nixpkgs-matrix . legacyPackages . ${ system } ;
14
-
15
14
shell = { ci ? false } :
16
15
with pkgs ;
17
16
mkShell {
You can’t perform that action at this time.
0 commit comments