Skip to content

Conversation

@putnam
Copy link

@putnam putnam commented Nov 14, 2025

It is not necessary to use a personal access token (PAT) for this action. Because it is defined, the PAT eventually will expire and the action will stop working as it has now. By leaving it empty, Github populates a one-time token at the start of the workflow that will work for this repo for the purpose of the action.

It is not necessary to use a PAT to check out a public repository. Because it is defined, the PAT eventually will expire and the action will stop working. By leaving it at default, the workflow generates a new Github token every time it runs which is enough to check out the repo.
@putnam
Copy link
Author

putnam commented Nov 14, 2025

Should result in the update workflow being fixed, the docker build resuming, and resolve #595

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.

1 participant