Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix authentication issue in Docker container #262

Merged
merged 3 commits into from
Mar 18, 2024

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) :)

@josegonzalez josegonzalez merged commit 1f0bf50 into josegonzalez:master Mar 18, 2024
1 check passed
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