Skip to content

Commit

Permalink
Fix keyname
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Aug 20, 2024
1 parent b87f495 commit 2542aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-fetcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload to R2
run: pnpm upload-to-r2
env:
API_KEY: ${{ secrets.API_KEY }}
PH_API_KEY: ${{ secrets.PH_API_KEY }}
R2_ACCOUNT_ID: ${{ secrets.R2_ACCOUNT_ID }}
R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}

0 comments on commit 2542aa2

Please sign in to comment.