Skip to content

Conversation

paranerd
Copy link
Contributor

This fixes #260.
It also bumps all workout actions to their latest versions and adds info about how to use the Docker version to the README.

Quick background:

The checkout action would persist a server-to-server GitHub token in the container which caused authentication to fail for the end user because the container would use the sts token instead of the provided personal or fine token.

The fix was to add persist-credentials: false to the checkout workflow.

This works for me now - would be happy for someone else to confirm it's working for them, too!

@josegonzalez
Copy link
Owner

josegonzalez commented Mar 18, 2024

Might be nice if you can setup dependabot for the actions (in a separate PR) :)

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

Successfully merging this pull request may close these issues.

Error: "Skipping repo since it's not initialized" using Docker
2 participants