We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0261e52 commit b2bf022Copy full SHA for b2bf022
1 file changed
.github/actions/build-images/action.yml
@@ -34,7 +34,6 @@ runs:
34
- name: Build and push the images
35
env:
36
TAG: ${{ inputs.tag }}
37
+ SENTRY_AUTH_TOKEN: ${{ inputs.sentry-token }}
38
run: bash ./docker/build.sh ${{ inputs.aws-ecr-uri }} $TAG
39
shell: bash
- env:
40
- SENTRY_AUTH_TOKEN: ${{ inputs.sentry-token }}
0 commit comments