diff --git a/.gitea/workflows/codeant.yml b/.gitea/workflows/codeant.yml index ee249a4..97d9401 100644 --- a/.gitea/workflows/codeant.yml +++ b/.gitea/workflows/codeant.yml @@ -14,4 +14,4 @@ jobs: - uses: actions/checkout@v3 - uses: CodeAnt-AI/codeant-ci-scan-action@v0.0.6 with: - access_token: {{ secrets.CODEANT_API_TOKEN }} \ No newline at end of file + access_token: ${{ secrets.CODEANT_API_TOKEN }} \ No newline at end of file