Update .forgejo/workflows/nextjs.yml
This commit is contained in:
parent
9d96d366bf
commit
1849ef1bfa
1 changed files with 1 additions and 7 deletions
|
@ -23,13 +23,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: https://code.forgejo.org/actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
cache: 'npm'
|
||||
|
||||
|
||||
- name: Create .env.local file
|
||||
run: |
|
||||
echo "YOUTUBE_API_KEY=${{ secrets.YOUTUBE_API_KEY }}" > .env.local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue