fix(action): 寫入 Antigravity OAuth token 檔案
This commit is contained in:
@@ -21,6 +21,11 @@ runs:
|
||||
run: |
|
||||
curl -fsSL https://antigravity.google/cli/install.sh | bash
|
||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||
oauth_dir="$HOME/.gemini/antigravity-cli"
|
||||
oauth_file="$oauth_dir/antigravity-oauth-token"
|
||||
mkdir -p "$oauth_dir"
|
||||
printf '%s' "$OAUTH" | base64 -d > "$oauth_file"
|
||||
chmod 600 "$oauth_file"
|
||||
shell: bash
|
||||
- name: 執行工具
|
||||
id: antigravity
|
||||
|
||||
Reference in New Issue
Block a user