We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1e191 commit 85b0f1aCopy full SHA for 85b0f1a
.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
24
node-version: ${{ matrix.node-version }}
25
- run: yarn install
26
- run: yarn test
27
+ env:
28
+ CUCUMBER_PUBLISH_TOKEN: ${{ secrets.CUCUMBER_PUBLISH_TOKEN }}
29
30
coverage:
31
runs-on: ubuntu-latest
0 commit comments