Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pregno committed Oct 22, 2024
1 parent 52e6cc1 commit b3e028a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy-docs-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ on:
env:
required: true
type: string
default: prod
secrets:
REPO_PAT:
required: true
AWS_ACCESS_KEY_ID:
required: true
AWS_SECRET_ACCESS_KEY:
required: true

workflow_dispatch:
inputs:
environment:
Expand Down

0 comments on commit b3e028a

Please sign in to comment.