Skip to content

Commit

Permalink
Fix env names in action
Browse files Browse the repository at this point in the history
  • Loading branch information
jBugman committed Dec 28, 2024
1 parent 3731812 commit 9130bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scheduled-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
REPO=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
docker pull ghcr.io/${REPO}:latest
docker run --rm \
-e OPENWEATHER_API_KEY="${{ secrets.OPENWEATHER_API_KEY }}" \
-e LATITUDE="${{ secrets.LATITUDE }}" \
-e LONGITUDE="${{ secrets.LONGITUDE }}" \
-e WEATHERAPICOM_API_KEY="${{ secrets.WEATHERAPICOM_API_KEY }}" \
-e LAT="${{ secrets.LAT }}" \
-e LON="${{ secrets.LON }}" \
-e GITHUB_TOKEN="${{ secrets.GH_PAT }}" \
ghcr.io/${REPO}:latest

0 comments on commit 9130bbb

Please # to comment.