File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2525concurrency :
2626 group : ${{ github.workflow }}-${{ inputs.workspace }}
2727
28+ permissions :
29+ contents : write
30+ actions : write
31+
2832jobs :
2933 changesets-pr :
3034 name : Update Version Packages PR for ${{ inputs.workspace }}
4549
4650 - name : Checkout
4751 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
52+
4853 - name : Set up Node
4954 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4
5055 with :
@@ -110,6 +115,7 @@ jobs:
110115
111116 - name : Checkout
112117 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
118+
113119 - name : Set up Node
114120 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4
115121 with :
@@ -127,6 +133,7 @@ jobs:
127133 key : ${{ runner.os }}-yarn-${{ hashFiles(format('workspaces/${0}/**/yarn.lock', inputs.workspace)) }}
128134 restore-keys : |
129135 ${{ runner.os }}-yarn-
136+
130137 - name : yarn install
131138 run : yarn install --immutable
132139
You can’t perform that action at this time.
0 commit comments