Skip to content

Commit

Permalink
ci: added envs and secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGleiter committed May 9, 2024
1 parent ad597d7 commit 9f8865d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest

env:
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME: ${{ env.NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME }}
CLOUDINARY_API_KEY: ${{ secrets.CLOUDINARY_API_KEY }}
CLOUDINARY_API_SECRET: ${{ secrets.CLOUDINARY_API_SECRET }}
CLOUDINARY_FOLDER: ${{ secrets.CLOUDINARY_FOLDER }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 9f8865d

Please sign in to comment.