Skip to content

Commit 55ee79a

Browse files
committed
Fix token reference for Setup4D in GitHub Actions workflow
1 parent 96d97d7 commit 55ee79a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
product-line: ${{env.TOOL4D_PRODUCT_LINE}}
9090
version: ${{env.TOOL4D_VERSION}}
9191
build: ${{env.TOOL4D_BUILDNUMBER}}
92-
token: ${{ secrets.TOOL4D_DL_TOKEN }}
92+
token: ${{ secrets.SETUP4D_DL_TOKEN }}
9393

9494
- name: 🧪 Run Unit Tests
9595
uses: ./.github/actions/tool4d-action

0 commit comments

Comments
 (0)