Skip to content

Commit

Permalink
MAN-227 - pass sentry auth token to action
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 20, 2024
1 parent c38601c commit be6348e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_multiplatform_docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:

- name: Build Docker images
env:
SENTRY_AUTH_TOKEN: ${{ inputs.app_version }}
SENTRY_AUTH_TOKEN: ${{ inputs.additional_docker_tag }}
uses: docker/build-push-action@v6
with:
cache-from: type=gha
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
registry_org: 'ministryofjustice'
push: ${{ inputs.push || true }}
docker_multiplatform: true
additional_docker_tag: ${{ secrets.SENTRY_AUTH_TOKEN }}
# deploy_dev:
# name: Deploy to the development environment
# needs:
Expand Down

0 comments on commit be6348e

Please sign in to comment.