Skip to content

Commit b8b45ac

Browse files
Merge remote-tracking branch 'origin/main' into feature/CCM-12997
2 parents 66eb971 + 6b9c7a1 commit b8b45ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_closed.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585

8686
- name: check if local version differs from latest published version
8787
id: check-version
88+
env:
89+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8890
run: |
8991
published_version=$(npm view @nhsdigital/nhs-notify-event-schemas-supplier-api --json 2>/dev/null | jq -r '.["dist-tags"].latest // "null"')
9092
echo "Published version: $published_version"

0 commit comments

Comments
 (0)