diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 2783ed5..67496ed 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -46,15 +46,4 @@ jobs: service_name: analytics-api env_name: test secrets: - PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - - deploy-worker-test: - needs: [build, deploy-api-test] - uses: ./.github/workflows/deployment.yml - with: - versionvar_filename: keeshond - service_name: analytics-worker - env_name: test - secrets: - PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - + PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} \ No newline at end of file