We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c34295 + 407c32f commit 6050e7bCopy full SHA for 6050e7b
.github/workflows/publish.yml
@@ -3,6 +3,11 @@ on:
3
release:
4
types:
5
- published
6
+
7
+permissions:
8
+ id-token: write # Required for OIDC trusted publishing
9
+ contents: read
10
11
jobs:
12
ci:
13
uses: ./.github/workflows/check-pull-request.yml
@@ -44,5 +49,3 @@ jobs:
44
49
45
50
- name: Publish
46
51
run: ./scripts/publish-package.sh "${{ github.event.release.tag_name }}" "${{ github.event.release.prerelease }}"
47
- env:
48
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -67,7 +67,7 @@
67
},
68
"repository": {
69
"type": "git",
70
- "url": "git+https://github.com/DEFRA/forms-engine-plugin.git"
+ "url": "https://github.com/DEFRA/forms-engine-plugin"
71
72
"overrides": {
73
"serve-handler": {
0 commit comments