Skip to content

Commit 59d222f

Browse files
authored
fix: use workflow_dispatch (#917)
to be able to trigger manually the GitHub Action
1 parent ac79133 commit 59d222f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/docs-deploy-prod.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
name: Deploy docs to prod
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55
inputs:
66
AWS_S3_BUCKET:
77
type: string
88
required: true
99
default: docs.request.network
10-
secrets:
11-
AWS_ACCESS_KEY_ID:
12-
required: true
13-
AWS_SECRET_ACCESS_KEY:
14-
required: true
15-
AWS_REGION:
16-
required: true
1710

1811
jobs:
1912
build-deploy-staging:

0 commit comments

Comments
 (0)