Added support for the CI_TOKEN

This commit is contained in:
Evann JALLET
2025-01-06 14:30:52 +01:00
parent 176b6de578
commit 6fc034f590
4 changed files with 78 additions and 41 deletions

View File

@@ -14,5 +14,7 @@ inputs:
required: false
runs:
env:
CI_TOKEN: "${{ secrets.CI_TOKEN }}"
using: 'node20'
main: 'dist/app.js'