Skip to content

Commit 8ad0bdc

Browse files
committed
asdf
1 parent ac43abc commit 8ad0bdc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17-
17+
environment: NONPROD
1818
steps:
1919
- uses: actions/checkout@v2
2020

@@ -40,8 +40,6 @@ jobs:
4040
path: ./lambda_layer.zip
4141

4242
- uses: aws-actions/configure-aws-credentials@v1
43-
environment:
44-
name: nonprod
4543
with:
4644
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4745
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)