Skip to content

Commit

Permalink
updating ci.yml for using secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsideguide committed Feb 27, 2024
1 parent 60fee12 commit 6a1e608
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
run: npm install -g pnpm
- name: create env file
run: |
touch .env
echo ENGINE_API_KEY=${{ secrets.ENGINE_API_KEY }} >> .env
- name: Install Dependencies
run: pnpm install
- name: Run Tests
Expand Down

0 comments on commit 6a1e608

Please sign in to comment.