Skip to content

Commit a336d77

Browse files
committed
update workflow
1 parent 490ea5b commit a336d77

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/nextjs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
echo "Unable to determine packager manager"
4848
exit 1
4949
fi
50+
env:
51+
UNSPLASH_ACCESS_KEY: ${{ secrets.UNSPLASH_ACCESS_KEY }}
5052
- name: Setup Node
5153
uses: actions/setup-node@v3
5254
with:

components/UnsplashSearch.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ const useDebounce = (value: string, delay: number) => {
102102
}, [value, delay]);
103103

104104
return debouncedValue;
105-
}
105+
}

0 commit comments

Comments
 (0)