Skip to content

Commit ea4a3e1

Browse files
Merge remote-tracking branch 'origin/main'
# Conflicts: # print.go
2 parents b50b7d0 + 8a423da commit ea4a3e1

5 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ jobs:
2828
args: release --clean
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
-
32+
name: VirusTotal Scan
33+
uses: crazy-max/ghaction-virustotal@v3
34+
with:
35+
vt_api_key: ${{ secrets.VT_API_KEY }}
36+
update_release_body: true
37+
files: |
38+
dist/ai-commit_*

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ builds:
66
- CGO_ENABLED=0
77
goos:
88
- linux
9-
- windows
9+
# windows
1010
- darwin
1111

1212
archives:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AI-Commit is a command line tool that uses OpenAI's language generation capabili
1414

1515
## Prerequisites
1616

17-
To use AI-Commit, you need to obtain an API key from OpenAI and set it as the value of the OPENAI_API_TOKEN environment variable.
17+
To use AI-Commit, you need to obtain an API key from OpenAI and set it as the value of the OPENAI_API_KEY environment variable.
1818

1919
Note: Using AI-Commit will result in charges from OpenAI for API usage, so be sure to understand their pricing model before use.
2020

stuff/vhs.gif

-78 Bytes
Loading

0 commit comments

Comments
 (0)