Skip to content

Instantly share code, notes, and snippets.

View Atsumi3's full-sized avatar
:octocat:

atsumi Atsumi3

:octocat:
View GitHub Profile
@Atsumi3
Atsumi3 / update_github_secrets.js
Created February 25, 2025 07:05
GithubのSecretsをスプシから更新するためのGAS
/// 例: https://github.com/Atsumi3/AppManager
/// const _GITHUB_OWNER = "Atsumi3";
/// const _GITHUB_REPOSITORY = "AppManager";
const _GITHUB_OWNER = "";
const _GITHUB_REPOSITORY = "";
/// Permission: Read and Write -> actions variables and secrets
const _GITHUB_PAT = "";