Skip to content

Update fetch.yml#156

Merged
kirillt merged 1 commit into
mainfrom
joshwhittick-upate-fetch-rates
Jun 9, 2025
Merged

Update fetch.yml#156
kirillt merged 1 commit into
mainfrom
joshwhittick-upate-fetch-rates

Conversation

@joshwhittick

Copy link
Copy Markdown
Contributor

📌 Description

Edit how secrets is called:

Since we call it with: APP_ID: ${{ secrets.APP_ID }}

we can reference that with:
run: curl -X GET "https://openexchangerates.org/api/latest.json?app_id=$APP_ID" --output core/data/src/main/assets/fiat-rates.json

✅ Changes

Just a few lines - as described - see diff

🎯 How to Test

Run the GitHub actions

edit how secrets is called:

Since we call it with:   APP_ID: ${{ secrets.APP_ID }}

we can reference that with:
  run: curl -X GET "https://openexchangerates.org/api/latest.json?app_id=$APP_ID" --output core/data/src/main/assets/fiat-rates.json
@kirillt kirillt merged commit a47c4e4 into main Jun 9, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants