3 lines
88 B
Bash
Executable file
3 lines
88 B
Bash
Executable file
#!/bin/bash
|
|
source .env
|
|
GITLAB_TOKEN=$GITLAB_PAT node tools/ci/post-push-ci-monitor.cjs
|