[GH-ISSUE #455] Why is act reading my GITHUB_TOKEN during build? #321

Closed
opened 2026-03-01 21:42:21 +03:00 by kerem · 2 comments
Owner

Originally created by @jedahan on GitHub (Dec 29, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/455

It seems the Makefile reads and exports GITHUB_TOKEN during build, which is alarming. Can we make that optional and default off?

Originally created by @jedahan on GitHub (Dec 29, 2020). Original GitHub issue: https://github.com/nektos/act/issues/455 It seems the Makefile reads and exports GITHUB_TOKEN during build, which is alarming. Can we make that optional and default off?
kerem 2026-03-01 21:42:21 +03:00
  • closed this issue
  • added the
    stale
    label
Author
Owner

@catthehacker commented on GitHub (Dec 31, 2020):

Makefile is not mentioned as recommended installation method, so I assume it's used only to release new versions by act dev.
You can build act with go build -ldflags "-X main.version=master" main.go or follow the already described installation options.

<!-- gh-comment-id:752799842 --> @catthehacker commented on GitHub (Dec 31, 2020): Makefile is not mentioned as recommended installation method, so I assume it's used only to release new versions by `act` dev. You can build `act` with `go build -ldflags "-X main.version=master" main.go` or follow the already described installation options.
Author
Owner

@github-actions[bot] commented on GitHub (Jan 30, 2021):

Issue is stale and will be closed in 14 days unless there is new activity

<!-- gh-comment-id:770119222 --> @github-actions[bot] commented on GitHub (Jan 30, 2021): Issue is stale and will be closed in 14 days unless there is new activity
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#321
No description provided.