simulation-based-inference / simulation-based-inference.github.io

Website
https://simulation-based-inference.org
10 stars 3 forks source link

[BUG]: Daily paper pull is not triggering downstream CI #80

Closed JasonLo closed 11 months ago

JasonLo commented 1 year ago

Describe the bug If new papers are detected during the daily pull, an automatic push to the main branch occurs. Another Continuous Integration (CI) system is configured to detect pushes to the main branch and initiate a rebuild. However, the CI system is currently not initiating the rebuild as expected. The solution is discussed in here, we need to generate a personal access token (PAT) and use it in the daily pull action.

@cranmer Can you create an ORG level PAT and add it to SBI action repo secret with the name as PAT? image

JasonLo commented 1 year ago

Partly addressed in #79

JasonLo commented 1 year ago

Revert the partial fix temporarily to avoid potential failure of the action.

82