You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your kind words and for checking out FluentCI!
It looks like you're running into an issue where the GITHUB_ACCESS_TOKEN is required to fetch the latest release (rate limited Github API for unauthenticated requests).
Here's how to resolve it:
Set up a GitHub access token:
You need to create a personal access token (PAT) from your GitHub account, which will allow FluentCI to access the latest release.
You can generate one by following these steps:
Go to your GitHub token settings.
Click Generate new token.
Select the necessary permissions (at least repo and read:packages).
Copy the token.
Set the token as an environment variable:
Once you have your token, set it in your terminal like this:
Unfortunately even after exporting access token, the same error occurs. It might be the corporate network, since we face similar issues all the time but I cannot be sure.
Hello, great work! I'm looking into dagger and I would love to use fluentci.
I'm getting the follwing error when i run the hello world example:
How can i open a debug log so i can see what's going wrong? I couldn't find it in the docs
Thanks in advance.
Best Regards
The text was updated successfully, but these errors were encountered: