You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the algokit task ipfs command requires a Pinata API JWT as keyring input, so the command can not be used programmatically (e.g. with GH secrets).
Solution
Add a --from-env option to the algokit task ipfs login command that grabs the Pinata JWT from a standard environment variable (e.g. ALGOKIT_PINATA_JWT).
Pros and Cons
PROS: enable programmatic use of the algokit task ipfs commands.
CONS: none.
Dependencies
No new dependency must be introduced.
The text was updated successfully, but these errors were encountered:
Problem
Currently, the
algokit task ipfs
command requires a Pinata API JWT as keyring input, so the command can not be used programmatically (e.g. with GH secrets).Solution
Add a
--from-env
option to thealgokit task ipfs login
command that grabs the Pinata JWT from a standard environment variable (e.g.ALGOKIT_PINATA_JWT
).Pros and Cons
PROS: enable programmatic use of the
algokit task ipfs
commands.CONS: none.
Dependencies
No new dependency must be introduced.
The text was updated successfully, but these errors were encountered: