dsoftwareinc / ghactions-manager

A plugin to manage GitHub actions from JetBrains IDEs (intellij, pycharm, etc.)
Other
56 stars 13 forks source link

Cannot load workflow runs #170

Closed Eli-Chandler closed 2 months ago

Eli-Chandler commented 2 months ago

Describe the bug

Get an error "Cannot load workflow runs" when trying to load the workflows for a private repo

image image

Tried using a token -- classic token with every permission enabled Tried using Github account in IntelliJ - Insured the account has access to the repo (it owns it) and also tried logging out/back in

Additionally the option to use custom repos is grayed out for some reason.

Steps to reproduce

Unsure what causes this, perhaps it's an issue with private repositories?

Expected behavior

It should load

Additional context

Plugin version: IDE: IntelliJ 2023.2.2 (Ultimate Edition) OS: MacOS Sonoma 14.4.1

Upvote & Fund

Fund with Polar

Eli-Chandler commented 2 months ago

Key here was "Access to this site has been restricted", seems this is an issue with the IDE and not the plugin --https://github.com/orgs/community/discussions/128238

Resolved by updating to latest version (2024.1.4)