Skip to content

Commit fcd3e37

Browse files
committed
HOTFIX: Passthrough the NPM token to the mesh deployment
1 parent 467ff6a commit fcd3e37

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/aio-mesh-deployment.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,18 @@ on:
5757
required: false
5858
default: staging
5959

60+
secrets:
61+
NPM_TOKEN:
62+
description: "NPM authentication token for private registries"
63+
required: false
64+
6065
jobs:
6166
deploy:
6267
name: Deploy API Mesh
6368
runs-on: ubuntu-latest
6469
environment: ${{ inputs.environment }}
70+
env:
71+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6572
steps:
6673
- name: Checkout
6774
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2

0 commit comments

Comments
 (0)