We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b87bed commit fcbcf91Copy full SHA for fcbcf91
.github/workflows/npm-publish.yml
@@ -28,6 +28,8 @@ jobs:
28
name: Test
29
needs: build
30
runs-on: ubuntu-latest
31
+ env:
32
+ SECRET: ${{ secrets.SECRET }}
33
steps:
34
- uses: actions/checkout@v3
35
- uses: actions/setup-node@v3
0 commit comments