Skip to content

Instantly share code, notes, and snippets.

View jun784's full-sized avatar
😄

jun784 jun784

😄
  • Tokyo
View GitHub Profile
@jun784
jun784 / add-secret-to-gh.sh
Created August 15, 2024 11:46
add-secret-to-gh.sh
#!/bin/bash
# .env.localファイルを読み込む
set -a
source .env.local
set +a
# GitHubリポジトリの情報
REPO_OWNER="your-username"
REPO_NAME="your-repo"