Skip to content

Commit

Permalink
TIL that GH doesn't automatically pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenBagTwo committed Jul 28, 2023
1 parent a310985 commit 5da299e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate_content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Generate Post
on:
schedule:
- cron: 15 13 * * 2-6 # run at 9:15am EDT, Tues-Sat
env:
GUARDIAN_API_KEY: ${{secrets.GUARDIAN_API_KEY}}

jobs:
generate_post:
Expand Down

0 comments on commit 5da299e

Please sign in to comment.