We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee4a0d commit a59d664Copy full SHA for a59d664
README.md
@@ -18,6 +18,7 @@ on:
18
jobs:
19
deploy:
20
uses: electricbookworks/electric-book-deploy-workflow/.github/workflows/deploy.yml@{release-version}
21
+ secrets: inherit
22
```
23
24
Replace `{release-version}` with the latest release (e.g. `v2.0.2`), unless you want to use an older version.
@@ -34,6 +35,7 @@ on:
34
35
36
37
38
39
with:
40
config-file: '.github/workflows/deploy.config.json' # optional - defaults to '.github/workflows/deploy.config.json'
41
node-version: '22' # optional - defaults to 22
0 commit comments