Skip to content

Commit b1a3bbf

Browse files
Update GitHub Actions workflows to use Shakacode Tools Packages Token
1 parent f1d0964 commit b1a3bbf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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: |

.github/workflows/lint-js-and-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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: |

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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: |

.github/workflows/package-js-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)