Skip to content

Commit f054a93

Browse files
committed
Looks like this is required
1 parent db97cd6 commit f054a93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dev-packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "**"
88
tags-ignore:
99
- "**"
10+
1011
env:
1112
SECRETS: ${{ toJSON(secrets) }}
1213
GITHUB_TOKEN: ${{ secrets.SHARED_GH_TOKEN }}
@@ -22,6 +23,8 @@ jobs:
2223
with:
2324
repository: journeyapps-platform/ci-actions
2425
token: ${{ secrets.SHARED_GH_TOKEN }}
26+
path: .github/ci
27+
ref: v1
2528

2629
- name: Setup NodeJS
2730
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)