Skip to content

Commit

Permalink
add eco-ci token and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 28, 2025
1 parent 2311ce2 commit 472c0e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -265,6 +271,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
Expand Down Expand Up @@ -371,6 +380,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
Expand Down Expand Up @@ -457,6 +469,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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 472c0e9

Please sign in to comment.