From a553dbc1277f9f6a1a2f87bdee4ba943108c2fda Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Thu, 20 Feb 2025 17:15:25 -0500 Subject: [PATCH] add eco-ci token and tags --- .github/workflows/main.yml | 15 +++++++++++++++ .github/workflows/upstream.yml | 3 +++ 2 files changed, 18 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ca3856de..38aad0b4b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,6 +60,9 @@ jobs: with: task: start-measurement branch: ${{ github.head_ref || github.ref_name }} + project: 'xclim' + tags: "CI/CD, Main, ${{ matrix.python-version }}" + gmt-api-token: ${{ secrets.GMT_API_TOKEN }} continue-on-error: true - name: Checkout Repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 @@ -137,6 +140,9 @@ jobs: with: task: start-measurement branch: ${{ github.head_ref || github.ref_name }} + project: 'xclim' + tags: "CI/CD, Main, ${{ matrix.python-version }}" + gmt-api-token: ${{ secrets.GMT_API_TOKEN }} continue-on-error: true - name: Checkout Repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 @@ -271,6 +277,9 @@ jobs: with: task: start-measurement branch: ${{ github.head_ref || github.ref_name }} + project: 'xclim' + tags: "CI/CD, Main, ${{ matrix.python-version }}" + gmt-api-token: ${{ secrets.GMT_API_TOKEN }} continue-on-error: true - name: Checkout Repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 @@ -377,6 +386,9 @@ jobs: with: task: start-measurement branch: ${{ github.head_ref || github.ref_name }} + project: 'xclim' + tags: "CI/CD, Main, ${{ matrix.python-version }}" + gmt-api-token: ${{ secrets.GMT_API_TOKEN }} continue-on-error: true - name: Checkout Repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 @@ -465,6 +477,9 @@ jobs: with: task: start-measurement branch: ${{ github.head_ref || github.ref_name }} + project: 'xclim' + tags: "CI/CD, Main" + gmt-api-token: ${{ secrets.GMT_API_TOKEN }} continue-on-error: true - name: Coveralls Finished uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index d7c79d05d..72ffdba70 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -65,6 +65,9 @@ jobs: with: task: start-measurement branch: ${{ github.head_ref || github.ref_name }} + project: 'xclim' + tags: "CI/CD, Upstream, ${{ matrix.python-version }}" + gmt-api-token: ${{ secrets.GMT_API_TOKEN }} - name: Checkout Repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: