Skip to content

Commit a59d664

Browse files
committed
Git commit fix readme - missing secrets prop
1 parent 5ee4a0d commit a59d664

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
jobs:
1919
deploy:
2020
uses: electricbookworks/electric-book-deploy-workflow/.github/workflows/deploy.yml@{release-version}
21+
secrets: inherit
2122
```
2223
2324
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:
3435
jobs:
3536
deploy:
3637
uses: electricbookworks/electric-book-deploy-workflow/.github/workflows/deploy.yml@{release-version}
38+
secrets: inherit
3739
with:
3840
config-file: '.github/workflows/deploy.config.json' # optional - defaults to '.github/workflows/deploy.config.json'
3941
node-version: '22' # optional - defaults to 22

0 commit comments

Comments
 (0)