Skip to content

fix PAT issue in GHA #92

@maelle

Description

@maelle

@ScientificProgrammer I can help with this if needed! The tests are failing (my fault, I should have foreseen this) because they use the default GitHub Personal Access Token for the actions as opposed to one with gist scope.

Easy workaround

What's needed

GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

with

GITHUB_PAT: ${{ secrets.MY_GITHUB_PAT }}

Better solution

Making the tests independent from a personal access token using tools from https://books.ropensci.org/http-testing/ -- we could collaborate on this.
This is a better solution because it'd mean tests also pass when launched from an external fork in a pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions