Skip to content

Commit ac23ba2

Browse files
committed
timeout?
1 parent b6dedc8 commit ac23ba2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
1313
packages: write
1414
id-token: write
1515
steps:
16-
- uses: step-security/wait-for-secrets@v1
17-
id: wait-for-secrets
18-
with:
19-
secrets: |
20-
OTP:
21-
name: 'OTP to publish package'
22-
description: 'OTP from authenticator app'
2316
- uses: actions/checkout@v4
2417
- uses: actions/setup-node@v4
2518
with:
@@ -28,6 +21,13 @@ jobs:
2821
cache: "yarn"
2922
- run: yarn --frozen-lockfile
3023
- run: yarn test
24+
- uses: step-security/wait-for-secrets@v1
25+
id: wait-for-secrets
26+
with:
27+
secrets: |
28+
OTP:
29+
name: 'OTP to publish package'
30+
description: 'OTP from authenticator app'
3131
- run: npm publish --otp ${{ steps.wait-for-secrets.outputs.OTP }}
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)