Skip to content

Commit

Permalink
add key to gh action env
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Dec 4, 2024
1 parent ee8130b commit df799ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-profile-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Build site
# Run the build script from deno.json
run: deno task build
env:
API_KEY_01: ${{ secrets.API_KEY_01 }}

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

0 comments on commit df799ed

Please sign in to comment.