Skip to content

Commit 4e854ce

Browse files
ci: fix ipa npm token name in workflow (#875)
1 parent 7847b11 commit 4e854ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ipa-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
contents: read
4545
id-token: write
4646
if: ${{ needs.check-version.outputs.version_changed == 'true' || inputs.workflow_call }}
47-
4847
steps:
4948
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
5049
- uses: actions/setup-node@v4
@@ -56,4 +55,5 @@ jobs:
5655
- run: npm publish --access public
5756
working-directory: tools/spectral/ipa
5857
env:
59-
NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}
58+
NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_NPM_TOKEN }}
59+

0 commit comments

Comments
 (0)