Skip to content

Commit

Permalink
try export
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Dec 4, 2024
1 parent 398ad7a commit cdc5a64
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 @@ -42,7 +42,7 @@ jobs:
# Run the build script from deno.json
env:
API_KEY_01: ${{ secrets.API_KEY_01 }}
run: deno task build
run: export API_KEY_01=${{ secrets.API_KEY_01 }} && deno task build

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

0 comments on commit cdc5a64

Please sign in to comment.