Skip to content

Commit 4c51c0d

Browse files
committed
CCM-13038: publish test package
1 parent e705715 commit 4c51c0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
- name: "Run PACT tests"
130130
run: npm run test:pact --workspace tests
131131
- name: Publish Pact Contracts
132+
env:
133+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132134
run: ./scripts/publish-pact-contracts.sh
133135
test-lint:
134136
name: "Linting"

0 commit comments

Comments
 (0)