Skip to content

Commit 85b371a

Browse files
committed
Testing CD
1 parent d46bbae commit 85b371a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
node-version: [17.x]
1515
steps:
16-
- run echo ${{ secrets.AWS_ACCESS_KEY_ID }}
16+
- run echo ${{ secrets.TEST_SECRET }}
1717
- uses: actions/checkout@v2
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)