Skip to content

Commit

Permalink
Configure environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 27, 2024
1 parent 0fd9a87 commit 928349e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Configure environment variables
run: |
cp .env.example .env
echo GITHUB_TOKEN=${{ secrets.API_TOKEN_GITHUB }} >> .env
- name: Build the site
run: php hyde build --no-interaction

Expand Down

0 comments on commit 928349e

Please sign in to comment.