Skip to content

Commit 1bc4111

Browse files
authored
Update .github/workflows/pr.yml
1 parent 2b6507b commit 1bc4111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version:
1414
- 14.x
1515
env:
16-
TEST_ACCOUNT_PRIVATE_KEY: ${{ secrets.HELLO }}
16+
HELLO: ${{ secrets.HELLO }}
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)