Conversation
|
Review these changes at https://app.gitnotebooks.com/stumpy-dev/automate/pull/7 |
Stumpy actions with pixi
add my own secret and enable environment in Github Actions
add check token
attemp2 in token authentication
set cache to false
keep core stuff
0976d65 to
f869860
Compare
412afe3 to
b0c848d
Compare
Stumpy actions with pixi
potential fix for missing env
|
@seanlaw I've generated API Key from my account in prefix.dev and saved it in a secret, and used it in the yml file. See Github Actions Run in the forked repo. |
|
@NimaSarajpoor When I go to: Settings > Secrets and Variables > Actions It states:
So, I believe that the workflow needs to be merged first before it can have access to the token |
Makes sense! Thanks for checking that out. |
|
@seanlaw |
I was totally wrong! A token is not needed in our case. A pixi token is only needed if you are managing packages at |
|
@NimaSarajpoor We now have a https://github.com/stumpy-dev/automate/blob/main/.github/workflows/check-conda-forge-actions.yml Hopefully, that helps you with this |
👍
Thanks for the work on this! A couple of questions: (1) Do you suggest that we should use (2) Are we planning to avoid using specific versions for automate/.github/workflows/check-conda-forge-actions.yml Lines 39 to 42 in 215ee5e |
Yes, use
Yes, we'll update it once |
No description provided.