Skip to content

Commit

Permalink
ci: pass env var through
Browse files Browse the repository at this point in the history
  • Loading branch information
Gotfrid committed Nov 17, 2024
1 parent bc69511 commit aabb73e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: "0 * * * *"

env:
DATA_URL: ${{secrets.DATA_URL}}

jobs:
main:
name: Main
Expand Down

0 comments on commit aabb73e

Please sign in to comment.