Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 34ac29b

Browse files
authored
ci(e2e-local): add Netlify auth token environment variable
1 parent f897c0a commit 34ac29b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
run: yarn link "netlify-plugin-cache-nextjs"
8585
- name: Run local Netlify build
8686
run: yarn run e2e:local
87+
env:
88+
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
8789
style:
8890
name: Check style
8991

0 commit comments

Comments
 (0)