We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6157d commit faebb6dCopy full SHA for faebb6d
.github/workflows/build-docker-image.yml
@@ -56,7 +56,6 @@ jobs:
56
with:
57
build-args: |
58
${{ inputs.build_args }}
59
- SENTRY_ORG=${{ vars.SENTRY_ORG }}
60
cache-from: type=local,src=/tmp/.buildx-cache
61
cache-to: type=local,dest=/tmp/.buildx-cache-new
62
context: .
.github/workflows/charterafrica-deploy-dev.yml
@@ -61,8 +61,6 @@ jobs:
NEXT_PUBLIC_APP_URL=${{ env.NEXT_PUBLIC_APP_URL }}
NEXT_PUBLIC_SENTRY_DSN=${{ secrets.CHARTERAFRICA_SENTRY_DSN }}
63
SENTRY_ENVIRONMENT=${{ env.SENTRY_ENVIRONMENT }}
64
- SENTRY_ORG=${{ secrets.SENTRY_ORG }}
65
- SENTRY_PROJECT=${{ secrets.CHARTERAFRICA_SENTRY_PROJECT }}
66
67
68
0 commit comments