Skip to content

Commit

Permalink
MAN-227 - add env variable to workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 18, 2024
1 parent 64f8e35 commit dd5155b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node_build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Build and test node

env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

on:
workflow_call:
inputs:
Expand Down Expand Up @@ -48,6 +45,8 @@ jobs:
shell: bash
run: |
npm run build
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- name: Linter check # Run linter after build because the integration test code depend on compiled typescript...
shell: bash
run: |
Expand Down

0 comments on commit dd5155b

Please sign in to comment.