Skip to content

Commit

Permalink
put env before run
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Dec 4, 2024
1 parent df799ed commit 398ad7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-profile-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:

- name: Build site
# Run the build script from deno.json
run: deno task build
env:
API_KEY_01: ${{ secrets.API_KEY_01 }}
run: deno task build

- name: Commit changes
# Commit the changes to the repository
Expand Down

0 comments on commit 398ad7a

Please sign in to comment.