Skip to content

Commit 402f5e5

Browse files
committed
add env
1 parent 7e299d2 commit 402f5e5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build All
22

33
on:
44
push:

.github/workflows/opencv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build-OpenCV
22

33
on:
44
push:

.github/workflows/opencvsharp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build-OpenCvSharp
22

33
on:
44
push:
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Download OpenCV Artifacts
22+
env:
23+
GH_TOKEN: ${{ github.token }}
2224
run: |
2325
echo "Fetching latest run of opencv.yml on branch ${GITHUB_REF_NAME}"
2426
RUN_ID=$(gh run list --workflow=opencv.yml --branch=${GITHUB_REF_NAME} --status=success --limit=1 --json id | jq -r '.[0].id')

0 commit comments

Comments
 (0)