Skip to content

Commit 0392000

Browse files
committed
fix: add sls access key to CI.
1 parent 2780422 commit 0392000

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
# Must match value of `TEST_VAR` in `.env.production`
4040
cat .serverless/cloudformation-template-update-stack.json | grep cf5bb467-9052-4a34-b318-f6df31644229
4141
working-directory: examples/simple-express-app
42+
env:
43+
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
4244

4345
- name: publish
4446
# Only publish (maybe) for one version of Node, and only on 'master'

0 commit comments

Comments
 (0)