diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c9d74f8..ea1d109 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Requirment - run: pip install https://github.com/OCA-devel/repo-maintainer/archive/master.zip + run: pip install https://github.com/OCA/repo-maintainer/archive/master.zip - name: Generate RST run: oca-repo-pages --org $GITHUB_REPOSITORY_OWNER --conf-dir conf --path docsource - name: Generate docs diff --git a/.github/workflows/update_repos.yml b/.github/workflows/update_repos.yml index d317435..148904d 100644 --- a/.github/workflows/update_repos.yml +++ b/.github/workflows/update_repos.yml @@ -15,7 +15,7 @@ jobs: with: python-version: "3.10" - name: Install requirements - run: pip install pip install https://github.com/OCA-devel/repo-maintainer/archive/master.zip + run: pip install pip install https://github.com/OCA/repo-maintainer/archive/master.zip - name: Manage repositories run: - oca-repo-manage --org $GITHUB_REPOSITORY_OWNER --token ${{secrets.ACTION_ORG_TOKEN}} --conf-dir ./conf + oca-repo-manage --org $GITHUB_REPOSITORY_OWNER --token ${{secrets.GIT_PUSH_TOKEN}} --conf-dir ./conf diff --git a/conf/psc/e=commerce.yml b/conf/psc/e=commerce.yml deleted file mode 100644 index 4f7f3c3..0000000 --- a/conf/psc/e=commerce.yml +++ /dev/null @@ -1,14 +0,0 @@ -e-commerce-maintainers: - members: - - yajo - - pedrobaeza - - rafaelbn - - gfcapalbo - name: E-Commerce maintainers - representatives: - - simahawk - - gurneyalex -e-commerce-maintainers-psc-representative: - members: [] - name: E-Commerce maintainers psc representative - representatives: [] diff --git a/conf/repo/currency.yml b/conf/repo/currency.yml index 01c8eaa..17a28b6 100644 --- a/conf/repo/currency.yml +++ b/conf/repo/currency.yml @@ -10,7 +10,7 @@ currency: category: Currency default_branch: "16.0" name: - " odoo currency related addons (crypto currencies, rate conversion, integrations + "Odoo currency related addons (crypto currencies, rate conversion, integrations with third party applications,...)" psc: currency-maintainers psc_rep: core-maintainers-psc-representative