Skip to content

Commit

Permalink
test: use netlify_site_id secret
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 6, 2023
1 parent 0ee9742 commit 27d2bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-edge-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
runs-on: ubuntu-latest
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.netlify_auth_token }}
NETLIFY_SITE_ID: ${{ secrets.netlify_site_id }}
defaults:
run:
working-directory: examples/next/with-emailpassword
Expand Down

0 comments on commit 27d2bd3

Please sign in to comment.