Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
update ci util
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed May 16, 2024
1 parent 8809be9 commit 6aeedf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion github/delete-builds/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {
token := string(data)

repoOwner := "jar-analyzer"
repoName := "jar-analyzer"
repoName := "jar-obfuscator"
action := "build.yml"

ctx := context.Background()
Expand Down
2 changes: 1 addition & 1 deletion github/delete-caches/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func main() {
token := string(data)

repoOwner := "jar-analyzer"
repoName := "jar-analyzer"
repoName := "jar-obfuscator"

ctx := context.Background()
ts := oauth2.StaticTokenSource(
Expand Down
2 changes: 1 addition & 1 deletion github/delete-runs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {
token := string(data)

repoOwner := "jar-analyzer"
repoName := "jar-analyzer"
repoName := "jar-obfuscator"
action := "maven.yml"

ctx := context.Background()
Expand Down

0 comments on commit 6aeedf6

Please sign in to comment.