Skip to content

Commit f8192ae

Browse files
committed
fix
1 parent 32919e4 commit f8192ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424

2525
- name: Test deno deploy command in astro-demo
2626
working-directory: ./astro-demo
27-
run: deno deploy --token=${{ secrets.DENO_DEPLOY_TOKEN }} --org=${{ envs.DENO_DEPLOY_ORG }} --app=${{ envs.DENO_DEPLOY_APP }}
27+
run: deno deploy --token=${{ secrets.DENO_DEPLOY_TOKEN }} --org=${{ vars.DENO_DEPLOY_ORG }} --app=${{ vars.DENO_DEPLOY_APP }}

0 commit comments

Comments
 (0)