We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fed92 commit cce43f8Copy full SHA for cce43f8
1 file changed
.github/workflows/stage-2-test.yaml
@@ -108,6 +108,8 @@ jobs:
108
name: "Pact tests"
109
runs-on: ubuntu-latest
110
timeout-minutes: 5
111
+ env:
112
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113
permissions:
114
packages: write
115
contents: read
@@ -132,8 +134,6 @@ jobs:
132
134
- name: "Run PACT tests"
133
135
run: npm run test:pact --workspace tests
136
- name: Publish Pact Contracts
- env:
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137
run: ./scripts/publish-pact-contracts.sh
138
test-lint:
139
name: "Linting"
0 commit comments