diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 578b371cb..727a25e8c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -186,7 +186,6 @@ jobs: env: PYPI_USERNAME: __token__ PYPI_TOKEN: ${{ secrets.PYPI_TOKEN_OPENFISCA_BOT }} - CIRCLE_TOKEN: ${{ secrets.CIRCLECI_V1_OPENFISCADOC_TOKEN }} # Personal API token created in CircleCI to grant full read and write permissions steps: - uses: actions/checkout@v2 @@ -220,7 +219,13 @@ jobs: - name: Update doc run: | - curl -X POST --header "Content-Type: application/json" -d '{"branch":"master"}' https://circleci.com/api/v1.1/project/github/openfisca/openfisca-doc/build?circle-token=${{ secrets.CIRCLECI_V1_OPENFISCADOC_TOKEN }} + curl -L \ + -X POST \ + -H "Accept: application/vnd.github+json" \ + -H "Authorization: Bearer ${{ secrets.OPENFISCADOC_BOT_ACCESS_TOKEN }}" \ + -H "X-GitHub-Api-Version: 2022-11-28" \ + https://api.github.com/repos/openfisca/openfisca-doc/actions/workflows/deploy.yaml/dispatches \ + -d '{"ref":"master"}' build-conda: runs-on: ubuntu-22.04 diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8f7d51d..05e7e5c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 41.4.7 [#1212](https://github.com/openfisca/openfisca-core/pull/1212) + +#### Technical changes + +- Update documentation continuous deployment method to reflect OpenFisca-Doc [process updates](https://github.com/openfisca/openfisca-doc/pull/308) + ### 41.4.6 [#1210](https://github.com/openfisca/openfisca-core/pull/1210) #### Technical changes diff --git a/setup.py b/setup.py index cb41e7ec8..8135f9d88 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( name="OpenFisca-Core", - version="41.4.6", + version="41.4.7", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[