Skip to content

Commit 232af52

Browse files
committed
feat(button): passing secret to reuseable-ci
1 parent 1c88c7e commit 232af52

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
uses: ./.github/workflows/reuseable-ci-checks.yml
3636
with:
3737
runall: true
38+
secrets:
39+
FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT: ${{ secrets.FAKE_WASMSERVERHOST_APPSETTINGS_DEVELOPMENT }}
3840

3941

4042
# Now we've done due diligence
@@ -68,9 +70,6 @@ jobs:
6870
@semantic-release/github
6971
echo "Semantic Release packages installed."
7072
npm ls --depth=0 # Debug: List installed packages
71-
72-
73-
7473
7574
- name: Run semantic version (None Blocking)
7675
run: |

0 commit comments

Comments
 (0)