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 e023530 commit d46bbaeCopy full SHA for d46bbae
.github/workflows/deploy.yml
@@ -13,6 +13,7 @@ jobs:
13
matrix:
14
node-version: [17.x]
15
steps:
16
+ - run echo ${{ secrets.AWS_ACCESS_KEY_ID }}
17
- uses: actions/checkout@v2
18
- name: Use Node.js ${{ matrix.node-version }}
19
uses: actions/setup-node@v1
0 commit comments