Skip to content

Commit 59e49ea

Browse files
authored
Merge pull request #482 from baldimir/pin-versions
[SRVLOGIC-929] Use fixed dependency versions
2 parents dcab0e0 + fe1ebb3 commit 59e49ea

4 files changed

Lines changed: 641 additions & 274 deletions

File tree

.github/workflows/publish-cli.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- main
77
paths:
88
- "package.json"
9+
workflow_dispatch:
10+
11+
12+
permissions:
13+
id-token: write # Required for OIDC
14+
contents: read
915

1016
jobs:
1117
build:
@@ -33,8 +39,6 @@ jobs:
3339

3440
- run: npm publish --access public
3541
if: steps.version-check.outputs.changed == 'true'
36-
env:
37-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3842

3943
- run: echo "No change detected in package.json. Won't publish"
4044
if: steps.version-check.outputs.changed == 'false'

dist/index.js

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)