We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c51c0d commit 517f373Copy full SHA for 517f373
.github/workflows/stage-2-test.yaml
@@ -108,6 +108,9 @@ jobs:
108
name: "Pact tests"
109
runs-on: ubuntu-latest
110
timeout-minutes: 5
111
+ permissions:
112
+ packages: write
113
+ contents: read
114
steps:
115
- name: "Checkout code"
116
uses: actions/checkout@v5
pact-contracts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nhsdigital/notify-supplier-api-consumer-contracts-test-package",
3
- "version": "1.2.0",
+ "version": "1.0.0",
4
"description": "NHS Notify Supplier API Pact contracts",
5
"license": "MIT",
6
"repository": {
0 commit comments