File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -174,10 +174,12 @@ jobs:
174
174
if : github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
175
175
needs : [release]
176
176
uses : ./.github/workflows/docker.yml
177
+ secrets : inherit
177
178
githubPackages :
178
179
if : github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
179
180
needs : [release]
180
181
uses : ./.github/workflows/github_packages.yml
182
+ secrets : inherit
181
183
deploy :
182
184
if : github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
183
185
needs : [release]
Original file line number Diff line number Diff line change 48
48
- name : Publish to NPM
49
49
run : node common/scripts/install-run-rush.js publish -p --include-all --version-policy "rita-publish" --set-access-level=public
50
50
env :
51
- NODE_AUTH_TOKEN : ${{ secrets.GH_PACKAGES_TOKEN }}
51
+ NODE_AUTH_TOKEN : ${{ secrets.PUBLISH_GITHUB_PACKAGE_TOKEN }}
You can’t perform that action at this time.
0 commit comments