Skip to content

Commit

Permalink
fix: use workflow_dispatch (#917)
Browse files Browse the repository at this point in the history
to be able to trigger manually the GitHub Action
  • Loading branch information
bertux committed Sep 22, 2022
1 parent ac79133 commit 59d222f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docs-deploy-prod.yml
@@ -1,19 +1,12 @@
name: Deploy docs to prod

on:
workflow_call:
workflow_dispatch:
inputs:
AWS_S3_BUCKET:
type: string
required: true
default: docs.request.network
secrets:
AWS_ACCESS_KEY_ID:
required: true
AWS_SECRET_ACCESS_KEY:
required: true
AWS_REGION:
required: true

jobs:
build-deploy-staging:
Expand Down

0 comments on commit 59d222f

Please sign in to comment.