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 7847b11 commit 4e854ceCopy full SHA for 4e854ce
.github/workflows/ipa-release.yml
@@ -44,7 +44,6 @@ jobs:
44
contents: read
45
id-token: write
46
if: ${{ needs.check-version.outputs.version_changed == 'true' || inputs.workflow_call }}
47
-
48
steps:
49
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
50
- uses: actions/setup-node@v4
@@ -56,4 +55,5 @@ jobs:
56
55
- run: npm publish --access public
57
working-directory: tools/spectral/ipa
58
env:
59
- NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_NPM_TOKEN }}
+
0 commit comments