Skip to content

Commit 22b5d6c

Browse files
committed
Updates
1 parent f3c9fbb commit 22b5d6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_win.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build IfcOpenShell Windows
1+
name: Build Voxelization Toolkit Windows
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build_ifcopenshell:
10+
build_voxec:
1111
runs-on: windows-2019
1212
strategy:
1313
fail-fast: false
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
repository: IfcOpenShell/IfcOpenShell
2727
path: IfcOpenShell
28+
token: ${{ secrets.BUILD_REPO_TOKEN }}
2829

2930
- name: Checkout Build Repository
3031
uses: actions/checkout@v3

0 commit comments

Comments
 (0)