Skip to content

Commit

Permalink
MAN-227 - update build
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 20, 2024
1 parent 05a8aa3 commit 488a5fe
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ on:
required: true
type: boolean

secrets:
HMPPS_QUAYIO_USER:
required: false
HMPPS_QUAYIO_TOKEN:
required: false
SENTRY_AUTH_TOKEN:
required: false

outputs:
app_version:
description: The version of the app as generated by create_app_version
Expand All @@ -53,7 +45,7 @@ jobs:
name: output token
shell: bash
run: |
echo "token=hello" >> $GITHUB_OUTPUT
echo "token=$SENTRY_AUTH_TOKEN" >> $GITHUB_OUTPUT
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- uses: actions/checkout@v4
Expand Down

0 comments on commit 488a5fe

Please sign in to comment.