Skip to content

Commit 44d1ec1

Browse files
committed
ci: fix typo
1 parent 1f59125 commit 44d1ec1

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
@@ -41,4 +41,4 @@ jobs:
4141
if: success() || failure()
4242
with:
4343
report_paths: 'build/test-results/test/TEST-*.xml'
44-
token: {{ secrets.CI_PAT }}
44+
token: ${{ secrets.CI_PAT }}

0 commit comments

Comments
 (0)