Skip to content

Commit 9590926

Browse files
committed
Pass secrets to workflow call
1 parent 4926874 commit 9590926

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
name: Build
6363
needs: set-build-number
6464
uses: nodos-dev/actions/.github/workflows/modules.yml@main
65+
secrets:
66+
CI_TOKEN: ${{ secrets.CI_TOKEN }}
67+
SENTRY_TOKEN: ${{ secrets.SENTRY_TOKEN }}
6568
with:
6669
ref_name: ${{ github.ref_name }}
6770
publish_mode: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.publish_mode || 'None' }}

0 commit comments

Comments
 (0)