Skip to content

Commit

Permalink
Update Deno workflow: add Cloudflare environment variables for test e…
Browse files Browse the repository at this point in the history
…xecution
  • Loading branch information
EricZhou committed Nov 5, 2024
1 parent ee67947 commit 90e0a41
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,9 @@ jobs:
with:
deno-version: v2.x

# Uncomment this step to verify the use of 'deno fmt' on each commit.
# - name: Verify formatting
# run: deno fmt --check

- name: Run linter
run: deno lint .

- name: Run tests
env:
CLOUDFLARE_AUTH_TOKEN: ${{ secrets.CLOUDFLARE_AUTH_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
run: |
echo "$CLOUDFLARE_ACCOUNT_ID"

0 comments on commit 90e0a41

Please sign in to comment.