Skip to content

Commit

Permalink
fix: pass GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
zoncoen committed Dec 22, 2024
1 parent f83833a commit 91903f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cross-build/cross-build/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ func goreleaser(ver, tag string) error {
"-v", "/var/run/docker.sock:/var/run/docker.sock",
"-w", "/scenarigo",
"-e", fmt.Sprintf("SNAPSHOT=%s", os.Getenv("SNAPSHOT")),
"-e", fmt.Sprintf("GITHUB_TOKEN=%s", token),
"--entrypoint", "bash",
}

Expand Down

0 comments on commit 91903f5

Please sign in to comment.