bids-standard / BEP028_BIDSprov

Organizing and coordinating BIDS extension proposal 28 : BIDS Provenance
https://bids.neuroimaging.io/bep028
Creative Commons Attribution 4.0 International
4 stars 12 forks source link

Gitactions to automatically update and push SPM BIDS-Prov examples #80

Closed cyril-data closed 1 year ago

cyril-data commented 1 year ago

PR to add github actions to transform all SPM task-fMRI result examples available in https://github.com/incf-nidash/nidmresults-examples in jsonld with spm_parser. The results are pushed in the directory "results"

To do so the principal important changes are for the files :

cmaumet commented 1 year ago

Thanks @cyril-data! I've amended the comment and title of this PR to add links to the original dataset used to create examples. Could you try and solve the check that fails? And then I'll review the PR. Thank you!

cyril-data commented 1 year ago

Hi Camille,

The gitaction work definitely on the fork but not on the bids-standard...

With some test, I got this error :

 remote: Permission to Inria-Empenn/BEP028_BIDSprov.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/Inria-Empenn/BEP028_BIDSprov/': The requested URL returned error: 403
Error: Process completed with exit code 128.

Could you cheked here : https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#enabling-workflows-for-private-repository-forks

to see in section (Enabling workflows for forks ...) if access are allowed for fork repo ?

Thanks a lot

thomasbtnfr commented 1 year ago

The action is only triggered by push now

cmaumet commented 1 year ago

Thanks @thomasbtnfr @cyril-data! This looks good to me, let's merge :)