File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ concurrency:
2121jobs :
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 :
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 : |
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ concurrency:
2121jobs :
2222 unit-test :
2323 name : " [${{ matrix.os }}] Unit Tests"
24+ environment : unit-test # TODO: remove this
2425 strategy :
2526 fail-fast : false
2627 matrix :
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 : |
You can’t perform that action at this time.
0 commit comments