From 86af09115faf4e0817b5843aece58a08fdc0dff9 Mon Sep 17 00:00:00 2001 From: centdix <40307056+centdix@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:22:11 +0200 Subject: [PATCH] fix wrong typo (#5970) --- .github/workflows/update-sqlx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-sqlx.yaml b/.github/workflows/update-sqlx.yaml index ddb9bb9e67..03ecba25b6 100644 --- a/.github/workflows/update-sqlx.yaml +++ b/.github/workflows/update-sqlx.yaml @@ -6,7 +6,7 @@ on: jobs: update-sqlx: - if: github.event.issue.pull_request && startsWith(github.event.comment.body, '/update-sqlx') + if: github.event.issue.pull_request && startsWith(github.event.comment.body, '/updatesqlx') runs-on: ubicloud-standard-8 permissions: contents: write @@ -52,7 +52,7 @@ jobs: with: repository: windmill-labs/windmill-ee-private path: windmill-ee-private - token: ${{ secrets.EE_PRIVATE_TOKEN }} + token: ${{ secrets.WINDMILL_EE_PRIVATE_ACCESS }} - name: Install xmlsec build-time deps run: |