Skip to content

Detect another error screen #1111

Description

@plocket

HTML of error screen:

<div id="dabody"><div class="danavbarcontainer" data-bs-theme="dark">
      <div class="navbar fixed-top navbar-expand-md bg-dark" role="banner">
        <div class="container danavcontainer justify-content-start">
          <a class="navbar-brand" href="#">Error</a>
          <button type="button" class="navbar-toggler ms-auto" data-bs-toggle="collapse" data-bs-target="#danavbar-collapse">
            <span class="navbar-toggler-icon"><span class="visually-hidden">Display the menu</span></span>
          </button>
          <div class="collapse navbar-collapse" id="danavbar-collapse">
            <ul class="navbar-nav ms-auto">
              <li><a class="nav-link" href="/user/sign-in?next=/interview">Sign in</a></li>
            </ul>
          </div>
        </div>
      </div>
    </div><div class="container" id="damain">
<h1>Error</h1>

<p><a href="#" id="da-retry">Retry</a></p>
<pre>GithubException: You must be an org admin or have the actions secrets fine-grained permission.: 403 {"message": "You must be an org admin or have the actions secrets fine-grained permission.", "documentation_url": "https://docs.github.com/rest/actions/secrets#list-organization-secrets", "status": "403"}
In field index number 1</pre>


    </div></div>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions