Skip to content

Commit

Permalink
add ci run key
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed Apr 18, 2024
1 parent 153dea6 commit 6bf91b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
run: npm ci

- name: Setting env variables
env:
NEXT_PUBLIC_IMAGE_URL: ${{ secrets.NEXT_PUBLIC_IMAGE_URL }}
run: echo "NEXT_PUBLIC_IMAGE_URL=${{ secrets.NEXT_PUBLIC_IMAGE_URL }}" >> $GITHUB_ENV

- name: Build
run: npm run build

0 comments on commit 6bf91b7

Please sign in to comment.