An educational pure functional programming library in TypeScript
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move secrets to workflow level

+2 -2
+2 -2
.tangled/workflows/ci.yml
··· 24 24 environment: 25 25 CI: "true" 26 26 27 + secrets: [NPM_TOKEN] 28 + 27 29 steps: 28 30 - name: "Install dependencies" 29 31 command: | ··· 55 57 else 56 58 echo "Skipping publish (not a version tag)" 57 59 fi 58 - secrets: 59 - - NPM_TOKEN