Skip to content

Commit

Permalink
MAN-227 - add env variable step
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 20, 2024
1 parent e3ffdfb commit 248ef9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
shell: bash
run: |
echo "token=hello" >> $GITHUB_OUTPUT
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- uses: actions/checkout@v4
- id: app_version
name: Application version creators
Expand Down

0 comments on commit 248ef9d

Please sign in to comment.