Skip to content

Commit cce43f8

Browse files
committed
CCM-13038: use NODE_AUTH_TOKEN for pact-test job
1 parent 02fed92 commit cce43f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 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
@@ -132,8 +134,6 @@ jobs:
132134
- name: "Run PACT tests"
133135
run: npm run test:pact --workspace tests
134136
- name: Publish Pact Contracts
135-
env:
136-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137137
run: ./scripts/publish-pact-contracts.sh
138138
test-lint:
139139
name: "Linting"

0 commit comments

Comments
 (0)