diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ef99a21..cf3f806 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,5 +7,5 @@ on: jobs: deploy: - uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2 + uses: ecmwf/reusable-workflows/.github/workflows/create-package.yml@v2 secrets: inherit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f51e2c1..52fd728 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: downstream-ci: name: downstream-ci if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }} - uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main + uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main with: fckit: ecmwf/fckit@${{ github.event.pull_request.head.sha || github.sha }} codecov_upload: true @@ -40,10 +40,10 @@ jobs: pull-requests: write steps: - name: Dispatch private downstream CI - uses: ecmwf-actions/dispatch-private-downstream-ci@v1 + uses: ecmwf/dispatch-private-downstream-ci@v1 with: token: ${{ secrets.GH_REPO_READ_TOKEN }} - owner: ecmwf-actions + owner: ecmwf repository: private-downstream-ci event_type: downstream-ci payload: '{"fckit": "ecmwf/fckit@${{ github.event.pull_request.head.sha || github.sha }}"}' @@ -52,7 +52,7 @@ jobs: downstream-ci-hpc: name: downstream-ci-hpc if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }} - uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main + uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main with: fckit: ecmwf/fckit@${{ github.event.pull_request.head.sha || github.sha }} secrets: inherit @@ -67,10 +67,10 @@ jobs: pull-requests: write steps: - name: Dispatch private downstream CI - uses: ecmwf-actions/dispatch-private-downstream-ci@v1 + uses: ecmwf/dispatch-private-downstream-ci@v1 with: token: ${{ secrets.GH_REPO_READ_TOKEN }} - owner: ecmwf-actions + owner: ecmwf repository: private-downstream-ci event_type: downstream-ci-hpc payload: '{"fckit": "ecmwf/fckit@${{ github.event.pull_request.head.sha || github.sha }}"}' @@ -85,7 +85,7 @@ jobs: if: ${{ always() && !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }} steps: - name: Trigger Teams notification - uses: ecmwf-actions/notify-teams@v1 + uses: ecmwf/notify-teams@v1 with: incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }} needs_context: ${{ toJSON(needs) }} diff --git a/.github/workflows/label-public-pr.yml b/.github/workflows/label-public-pr.yml index 59b2bfa..dbcc936 100644 --- a/.github/workflows/label-public-pr.yml +++ b/.github/workflows/label-public-pr.yml @@ -7,4 +7,4 @@ on: jobs: label: - uses: ecmwf-actions/reusable-workflows/.github/workflows/label-pr.yml@v2 + uses: ecmwf/reusable-workflows/.github/workflows/label-pr.yml@v2 diff --git a/.github/workflows/notify-new-issue.yml b/.github/workflows/notify-new-issue.yml index 384a357..1b468b4 100644 --- a/.github/workflows/notify-new-issue.yml +++ b/.github/workflows/notify-new-issue.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify new issue - uses: ecmwf-actions/notify-teams-issue@v1 + uses: ecmwf/notify-teams-issue@v1 with: incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }} diff --git a/.github/workflows/notify-new-pr.yml b/.github/workflows/notify-new-pr.yml index 6ed1a93..d7029f9 100644 --- a/.github/workflows/notify-new-pr.yml +++ b/.github/workflows/notify-new-pr.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify new PR - uses: ecmwf-actions/notify-teams-pr@v1 + uses: ecmwf/notify-teams-pr@v1 with: incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }} diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index db00b09..331f763 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -17,7 +17,7 @@ jobs: # It will correctly handle addition of any new and removal of existing Git objects. sync: name: sync - uses: ecmwf-actions/reusable-workflows/.github/workflows/sync.yml@v2 + uses: ecmwf/reusable-workflows/.github/workflows/sync.yml@v2 secrets: target_repository: ecsdk/fckit target_username: ClonedDuck