Skip to content

Commit c3dc54c

Browse files
ci: switch ci-publish to manual run only and fix id-token syntax
1 parent 6631baa commit c3dc54c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci_publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI Publish
22

3-
on:
4-
release:
5-
types: [published]
3+
on: workflow_dispatch
64

75
jobs:
86
build:
@@ -47,7 +45,7 @@ jobs:
4745
name: pypi
4846
url: https://pypi.org/org/nhs/data-validation-engine
4947
permissions:
50-
id_token: write # IMPORTANT: mandatory for trusted publishing
48+
id-token: write # IMPORTANT: mandatory for trusted publishing
5149
steps:
5250
- name: download dist
5351
uses: actions/download-artifact@v6

0 commit comments

Comments
 (0)