We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ee30a commit d1f1dd9Copy full SHA for d1f1dd9
.github/workflows/pr-build-deploy.yml
@@ -38,6 +38,7 @@ jobs:
38
with:
39
node-version: ${{ needs.get-node-version.outputs.version }}
40
registry-url: 'https://registry.npmjs.org'
41
+ scope: '@securityscorecard'
42
43
- name: Setup Yarn
44
run: |
@@ -160,6 +161,7 @@ jobs:
160
161
162
163
164
165
166
167
0 commit comments