Skip to content

Commit

Permalink
MAN-227 - add secret to build file
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 19, 2024
1 parent 24947ee commit 39a4efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build_multiplatform_docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ runs:
cache-to: type=gha,mode=max
context: .
push: ${{ inputs.push }}
secrets: |
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
provenance: false
build-args: |
"BUILD_NUMBER=${{ inputs.app_version }}"
Expand Down

0 comments on commit 39a4efd

Please sign in to comment.