Skip to content

Commit 5cc286f

Browse files
committed
[tests] Set secrets
1 parent bce344a commit 5cc286f

25 files changed

+37
-1
lines changed

.github/workflows/test_package_macos-13.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
required: true
77
type: string
88
secrets:
9+
CODECOV_TOKEN:
10+
required: true
911
TEST_PYPI_API_TOKEN:
1012
required: true
1113
jobs:
@@ -17,6 +19,7 @@ jobs:
1719
os: macos-13
1820
python-version: ${{ inputs.python-version }}
1921
secrets:
22+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2023
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
2124
permissions:
2225
id-token: write

.github/workflows/test_package_macos-13_python-3.10.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
python-version: "3.10"
1414
secrets:
15+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1516
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
1617
permissions:
1718
id-token: write

.github/workflows/test_package_macos-13_python-3.11.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
python-version: "3.11"
1414
secrets:
15+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1516
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
1617
permissions:
1718
id-token: write

.github/workflows/test_package_macos-13_python-3.12.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
python-version: "3.12"
1414
secrets:
15+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1516
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
1617
permissions:
1718
id-token: write

.github/workflows/test_package_macos-13_python-3.8.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
python-version: "3.8"
1414
secrets:
15+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1516
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
1617
permissions:
1718
id-token: write

.github/workflows/test_package_macos-13_python-3.9.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
python-version: "3.9"
1414
secrets:
15+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1516
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
1617
permissions:
1718
id-token: write

.github/workflows/test_package_macos-latest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
required: true
77
type: string
88
secrets:
9+
CODECOV_TOKEN:
10+
required: true
911
TEST_PYPI_API_TOKEN:
1012
required: true
1113
jobs:
@@ -17,6 +19,7 @@ jobs:
1719
os: macos-latest
1820
python-version: ${{ inputs.python-version }}
1921
secrets:
22+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2023
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
2124
permissions:
2225
id-token: write

.github/workflows/test_package_macos-latest_python-3.10.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
python-version: "3.10"
1414
secrets:
15+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1516
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
1617
permissions:
1718
id-token: write

.github/workflows/test_package_macos-latest_python-3.11.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
python-version: "3.11"
1414
secrets:
15+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1516
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
1617
permissions:
1718
id-token: write

.github/workflows/test_package_macos-latest_python-3.12.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
python-version: "3.12"
1414
secrets:
15+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1516
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
1617
permissions:
1718
id-token: write

0 commit comments

Comments
 (0)