mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1228] Unable run act on scripts that are using php-actions/php-build #676
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#676
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abagayev on GitHub (Jun 23, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1228
Bug report info
Command used with act
Describe issue
Looks like
php-actions/php-buildwhich is used byphp-actions/composeris not gettingACTION_TOKENvariable which causes to the failure.Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@catthehacker commented on GitHub (Jun 23, 2022):
You didn't pass
GITHUB_TOKENwith actgithub.com/php-actions/composer@9c88ad8df7/action.yml (L84)@abagayev commented on GitHub (Jun 23, 2022):
I have it in my
.env.actfile, do I need to define it somewhere else?@ChristopherHX commented on GitHub (Jun 23, 2022):
GITHUB_TOKENis expected to provided by a secret file--secret-file( not--env-file), the default is a file called.secrets.secrets and environment variables are two different concepts in github actions.
@abagayev commented on GitHub (Jun 24, 2022):
Hmm, I changed the configuration to secret, and looks like it works, but not it has a different problem and I even don't have anything in the logs. Adding verbose is not helping to get something useful too.
@github-actions[bot] commented on GitHub (Jul 25, 2022):
Issue is stale and will be closed in 14 days unless there is new activity