File tree 1 file changed +5
-5
lines changed
.github/actions/setup-repo
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Setup repo
2
2
description : Runs all steps to setup the repo (install node_modules, build, etc...)
3
3
inputs :
4
4
registry-token :
5
- description : ' PAT to access registries'
5
+ description : " PAT to access registries"
6
6
runs :
7
- using : ' composite'
7
+ using : " composite"
8
8
steps :
9
9
- name : Get yarn cache directory path
10
10
id : yarn-cache-dir-path
15
15
16
16
- uses : actions/setup-node@v3
17
17
with :
18
- node-version : ' 20 '
18
+ node-version : " 20 "
19
19
20
20
- uses : actions/cache@v2
21
21
id : yarn-cache
30
30
31
31
- name : Install dependencies
32
32
shell : bash
33
- run : echo "//npm.pkg.github.com/:_authToken=$GH_REGISTRY_ACCESS_TOKEN " >> .npmrc && yarn install --frozen-lockfile --verbose && rm -f .npmrc
33
+ run : echo "//npm.pkg.github.com/:_authToken=$SDK_READ_ACCESS_TOKEN " >> .npmrc && yarn install --frozen-lockfile --verbose && rm -f .npmrc
34
34
env :
35
- GH_REGISTRY_ACCESS_TOKEN : ${{ inputs.registry-token }}
35
+ SDK_READ_ACCESS_TOKEN : ${{ inputs.registry-token }}
You can’t perform that action at this time.
0 commit comments