We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcb823 commit c6b03ceCopy full SHA for c6b03ce
.github/workflows/main.yml
@@ -118,7 +118,13 @@ jobs:
118
with:
119
path: "app"
120
121
- - name: Keys n Stuff
+ - 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
128
run: |
129
cd app
130
dart ./scripts/keys-n-stuff.dart
@@ -149,7 +155,13 @@ jobs:
149
155
150
156
151
157
152
158
159
160
161
162
163
164
153
165
154
166
167
0 commit comments