Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Conversation

@busycaesar
Copy link

Problem

The README initially did not instruct users to store their GitHub Token in GitHub Actions secrets. As a result, GitHub Actions did not have the required permissions to push the converted images back to the repository.

Error

When running the workflow, the following error was encountered:

error thrown

Fixes & Improvements

  • Added instructions to the README, guiding users to store their GitHub Token in GitHub Actions secrets.
  • Provided relevant documentation links to help users generate and store their GitHub Token.
  • Updated the YAML workflow file to ensure that the GitHub Token is used when checking out the repository, allowing the workflow to push changes successfully.

This update ensures that the workflow runs smoothly without permission issues.

Follow is how the updated yml script looks like and works successfully.
updated yml

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant