Skip to content

Commit 3c3274c

Browse files
committed
add changes for test run
1 parent 7728169 commit 3c3274c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-on-minimum-supported-platform.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ concurrency:
2121
jobs:
2222
build-on-minimum-supported-platforms:
2323
name: ${{ matrix.os }}
24+
environment: unit-test # TODO: remove this
2425
strategy:
2526
fail-fast: true
2627
matrix:
@@ -49,6 +50,7 @@ jobs:
4950
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5051
with:
5152
persist-credentials: false
53+
token: ${{ secrets.PAT }} # TODO: remove this
5254

5355
- name: ${{ matrix.os }}
5456
run: |

.github/workflows/unit-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ concurrency:
2121
jobs:
2222
unit-test:
2323
name: "[${{ matrix.os }}] Unit Tests"
24+
environment: unit-test # TODO: remove this
2425
strategy:
2526
fail-fast: false
2627
matrix:
@@ -43,6 +44,7 @@ jobs:
4344
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4445
with:
4546
persist-credentials: false
47+
token: ${{ secrets.PAT }} # TODO: remove this
4648

4749
- name: ${{ matrix.os }}
4850
run: |

0 commit comments

Comments
 (0)