diff --git a/.github/workflows/dependabot-uv-lock.yml b/.github/workflows/dependabot-uv-lock.yml index ec76f176e..e3053b4b8 100644 --- a/.github/workflows/dependabot-uv-lock.yml +++ b/.github/workflows/dependabot-uv-lock.yml @@ -15,7 +15,7 @@ jobs: env: GH_PAT: ${{ secrets.GH_PAT }} # Only run when GH_PAT is set - if: ${{ env.GH_PAT != '' }} + if: ${{ github.env.GH_PAT != '' }} steps: - uses: actions/checkout@v4 with: