Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action not working in self-hosted configuration. #27

Closed
Aficionado45 opened this issue Aug 11, 2023 · 2 comments
Closed

Action not working in self-hosted configuration. #27

Aficionado45 opened this issue Aug 11, 2023 · 2 comments

Comments

@Aficionado45
Copy link

When running the action on self-hosted github runner. It shows up the error, policy file not found and upon running it on ubuntu-latest workflow runs successfully.

@mcostasperformline
Copy link

It isn't working in self-hosted runner but I don't see the issue as being a missing policy file: it's because the GOBIN is hardcoded:
https://github.com/tailscale/gitops-acl-action/blob/v1/action.yml#L42-L43

tailscale.com/cmd/gitops-pusher: go install tailscale.com/cmd/gitops-pusher: copying /tmp/go-build3190208388/b001/exe/a.out: open /usr/local/bin/gitops-pusher: permission denied
Error: Process completed with exit code 1.

@willnorris
Copy link
Member

this should now be fixed in #38. If you still run into issues, please let me know. I haven't moved the v1 tag just yet, as we're going to make another small change first, but that will be updated shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants