diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index b4375f8..cca8dad 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -18,7 +18,7 @@ jobs: build-push-image: runs-on: ubuntu-latest env: - PIPELINE_API_TOKEN: {{ secrets.PIPELINE_API_TOKEN }} + PIPELINE_API_TOKEN: ${{secrets.PIPELINE_API_TOKEN}} steps: - uses: actions/checkout@v3 with: