Skip to content

Commit 627e1ea

Browse files
committed
fix: update CI
1 parent d03b44c commit 627e1ea

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/feature.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ concurrency:
1313
jobs:
1414
use-library-js-feature:
1515
permissions:
16-
packages: read
1716
contents: read
1817
actions: write
1918
checks: write
2019
uses: MatrixAI/.github/.github/workflows/library-js-feature.yml@master
21-
secrets: inherit

.github/workflows/staging.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ concurrency:
1313
jobs:
1414
use-library-js-staging:
1515
permissions:
16-
packages: read
1716
contents: write
1817
actions: write
1918
checks: write
2019
pull-requests: write
2120
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+

.github/workflows/tag.yml

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
jobs:
1010
use-library-js-tag:
1111
permissions:
12-
packages: read
1312
contents: read
1413
actions: write
1514
uses: MatrixAI/.github/.github/workflows/library-js-tag.yml@master
16-
secrets: inherit

flake.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
flake-utils.lib.eachDefaultSystem (system:
1212
let
1313
pkgs = nixpkgs-matrix.legacyPackages.${system};
14-
1514
shell = { ci ? false }:
1615
with pkgs;
1716
mkShell {

0 commit comments

Comments
 (0)