Skip to content

Commit 940e7de

Browse files
committed
using env key for secrets
1 parent 7594f53 commit 940e7de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm install --frozen-lockfile
3939

4040
- name: build
41-
with:
41+
env:
4242
DIRECTUS_TOKEN: ${{ secrets.DIRECTUS_TOKEN }}
4343
run: |
4444
pnpm run build

0 commit comments

Comments
 (0)