6
mirror of https://github.com/AllSpiceIO/cofactr-cogs.git synced 2025-04-14 07:19:13 +00:00

Change readme to use a secret

This commit is contained in:
Jonathan Tran 2024-05-10 11:30:04 -04:00
parent a1cba01506
commit 74a2ca4858
No known key found for this signature in database

View File

@ -12,7 +12,7 @@ Add the following step to your actions:
with:
bom_file: bom.csv
quantities: "1,10,100,1000"
api_key: YOUR_COFACTR_API_KEY
client_id: YOUR_COFACTR_CLIENT_ID
api_key: ${{ secrets.COFACTR_API_KEY }}
output_file: cogs.csv
```