Skip to content

Commit c6b03ce

Browse files
committed
Updated script
1 parent 6dcb823 commit c6b03ce

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,13 @@ jobs:
118118
with:
119119
path: "app"
120120

121-
- name: Keys n Stuff
121+
- uses: actions/checkout@v4
122+
with:
123+
repository: "hmziqrs/keys-n-stuff"
124+
path: "app/.keys-n-stuff"
125+
token: ${{ secrets.TOKEN }}
126+
127+
- name: Execute Keys n Stuff
122128
run: |
123129
cd app
124130
dart ./scripts/keys-n-stuff.dart
@@ -149,7 +155,13 @@ jobs:
149155
with:
150156
path: "app"
151157

152-
- name: Keys n Stuff
158+
- uses: actions/checkout@v4
159+
with:
160+
repository: "hmziqrs/keys-n-stuff"
161+
path: "app/.keys-n-stuff"
162+
token: ${{ secrets.TOKEN }}
163+
164+
- name: Execute Keys n Stuff
153165
run: |
154166
cd app
155167
dart ./scripts/keys-n-stuff.dart

0 commit comments

Comments
 (0)