We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4926874 commit 9590926Copy full SHA for 9590926
.github/workflows/build.yml
@@ -62,6 +62,9 @@ jobs:
62
name: Build
63
needs: set-build-number
64
uses: nodos-dev/actions/.github/workflows/modules.yml@main
65
+ secrets:
66
+ CI_TOKEN: ${{ secrets.CI_TOKEN }}
67
+ SENTRY_TOKEN: ${{ secrets.SENTRY_TOKEN }}
68
with:
69
ref_name: ${{ github.ref_name }}
70
publish_mode: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.publish_mode || 'None' }}
0 commit comments