Skip to content

Commit

Permalink
definition of secrets is applied
Browse files Browse the repository at this point in the history
  • Loading branch information
42kbit committed Dec 30, 2023
1 parent 4d23636 commit a4acc5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/webserver_cd_aws_ebs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Deploy webserver to AWS elastic beanstalk (callable)

on:
workflow_call:
secrets:
AWS_ACCESS_KEY:
required: true
AWS_SECRET_ACCESS_KEY:
required: true
AWS_REGION:
required: true

jobs:
deploy:
Expand Down

0 comments on commit a4acc5b

Please sign in to comment.