Skip to content

Commit 1362a54

Browse files
authored
Create .gitlab-ci.yml
created a way to get free AI
1 parent 6d5e189 commit 1362a54

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
include:
2+
- component: $CI_SERVER_FQDN/nagyv/gitlab-opencode/opencode@2
3+
inputs:
4+
config_dir: ${CI_PROJECT_DIR}/opencode-config
5+
auth_json: $OPENCODE_AUTH_JSON # The variable name for your OpenCode authentication JSON
6+
command: optional-custom-command
7+
message: "Your prompt here"

0 commit comments

Comments
 (0)