Skip to content

Commit eef30dc

Browse files
committed
CCM-13038: debug
1 parent 696e2da commit eef30dc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ jobs:
108108
name: "Pact tests"
109109
runs-on: ubuntu-latest
110110
timeout-minutes: 5
111+
env:
112+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
111113
permissions:
112114
packages: write
113115
contents: read
@@ -130,12 +132,8 @@ jobs:
130132
- name: "Generate dependencies"
131133
run: npm run generate-dependencies --workspaces --if-present
132134
- name: "Run PACT tests"
133-
env:
134-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135135
run: npm run test:pact --workspace tests
136136
- name: Publish Pact Contracts
137-
env:
138-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
139137
run: ./scripts/publish-pact-contracts.sh
140138
test-lint:
141139
name: "Linting"

0 commit comments

Comments
 (0)