We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d22aa commit 11a1ec8Copy full SHA for 11a1ec8
1 file changed
.github/workflows/cd.yml
@@ -20,6 +20,7 @@ jobs:
20
node-version-file: '.nvmrc'
21
cache: 'npm'
22
registry-url: 'https://registry.npmjs.org'
23
+ scope: '@devvit'
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
26
0 commit comments