File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6464 run : echo "sha=\"$(git rev-parse HEAD)\"" >> "$GITHUB_OUTPUT"
6565 - name : Configure .npmrc for react-on-rails-rsc
6666 run : |
67- echo "//npm.pkg.github.com/:_authToken=${{ secrets.REACT_ON_RAILS_RSC_PACKAGE_TOKEN }}" >> .npmrc
67+ echo "//npm.pkg.github.com/:_authToken=${{ secrets.SHAKACODE_TOOLS_PACKAGES_TOKEN }}" >> .npmrc
6868 echo "@abanoubghadban:registry=https://npm.pkg.github.com/" >> .npmrc
6969 - name : Install Node modules with Yarn for renderer package
7070 run : |
Original file line number Diff line number Diff line change 4444 key : package-app-gem-cache-${{ hashFiles('react_on_rails.gemspec') }}-${{ hashFiles('Gemfile.development_dependencies') }}-oldest
4545 - name : Configure .npmrc for react-on-rails-rsc
4646 run : |
47- echo "//npm.pkg.github.com/:_authToken=${{ secrets.REACT_ON_RAILS_RSC_PACKAGE_TOKEN }}" >> .npmrc
47+ echo "//npm.pkg.github.com/:_authToken=${{ secrets.SHAKACODE_TOOLS_PACKAGES_TOKEN }}" >> .npmrc
4848 echo "@abanoubghadban:registry=https://npm.pkg.github.com/" >> .npmrc
4949 - name : Install Node modules with Yarn for renderer package
5050 run : |
Original file line number Diff line number Diff line change 4848 key : v5-package-node-modules-cache-${{ hashFiles('yarn.lock') }}
4949 - name : Configure .npmrc for react-on-rails-rsc
5050 run : |
51- echo "//npm.pkg.github.com/:_authToken=${{ secrets.REACT_ON_RAILS_RSC_PACKAGE_TOKEN }}" >> .npmrc
51+ echo "//npm.pkg.github.com/:_authToken=${{ secrets.SHAKACODE_TOOLS_PACKAGES_TOKEN }}" >> .npmrc
5252 echo "@abanoubghadban:registry=https://npm.pkg.github.com/" >> .npmrc
5353 - name : Install Node modules with Yarn for renderer package
5454 run : |
@@ -150,7 +150,7 @@ jobs:
150150 key : dummy-app-webpack-bundle-${{ steps.get-sha.outputs.sha }}-${{ matrix.versions }}
151151 - name : Configure .npmrc for react-on-rails-rsc
152152 run : |
153- echo "//npm.pkg.github.com/:_authToken=${{ secrets.REACT_ON_RAILS_RSC_PACKAGE_TOKEN }}" >> .npmrc
153+ echo "//npm.pkg.github.com/:_authToken=${{ secrets.SHAKACODE_TOOLS_PACKAGES_TOKEN }}" >> .npmrc
154154 echo "@abanoubghadban:registry=https://npm.pkg.github.com/" >> .npmrc
155155 - name : Install Node modules with Yarn
156156 run : |
Original file line number Diff line number Diff line change 3838 run : script/convert
3939 - name : Configure .npmrc for react-on-rails-rsc
4040 run : |
41- echo "//npm.pkg.github.com/:_authToken=${{ secrets.REACT_ON_RAILS_RSC_PACKAGE_TOKEN }}" >> .npmrc
41+ echo "//npm.pkg.github.com/:_authToken=${{ secrets.SHAKACODE_TOOLS_PACKAGES_TOKEN }}" >> .npmrc
4242 echo "@abanoubghadban:registry=https://npm.pkg.github.com/" >> .npmrc
4343 - name : Install Node modules with Yarn for renderer package
4444 run : |
You can’t perform that action at this time.
0 commit comments