We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467ff6a commit fcd3e37Copy full SHA for fcd3e37
1 file changed
.github/workflows/aio-mesh-deployment.yml
@@ -57,11 +57,18 @@ on:
57
required: false
58
default: staging
59
60
+ secrets:
61
+ NPM_TOKEN:
62
+ description: "NPM authentication token for private registries"
63
+ required: false
64
+
65
jobs:
66
deploy:
67
name: Deploy API Mesh
68
runs-on: ubuntu-latest
69
environment: ${{ inputs.environment }}
70
+ env:
71
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
72
steps:
73
- name: Checkout
74
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
0 commit comments