From 5aac9d66e097252471594d92e023724db24253c1 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Tue, 22 Nov 2022 08:39:46 +0100 Subject: [PATCH] fixed typo --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index d27a2ae5..e0681417 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -5,7 +5,7 @@ on: [push, pull_request] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release - GH_TOKEN: {{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: build_windows: