Skip to content

Conversation

@RicardoASJunior
Copy link
Collaborator

No description provided.

@RicardoASJunior RicardoASJunior merged commit 00e168f into master Oct 22, 2025
1 check passed
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 115 to +118
- uses: actions/checkout@v4
with:
ref: master
token: ${{ secrets.TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Ensure publish job has writable token for git push

The publish job now checks out with secrets.GITHUB_TOKEN. Unless repository settings explicitly grant that token contents: write, the default permission is read‑only, so the later git push in the same job will be rejected and the version‑bump commit will never land. The previous secrets.TOKEN was presumably a PAT with the necessary rights. Consider restoring a PAT or adding permissions: contents: write for the job before relying on GITHUB_TOKEN for the push.

Useful? React with 👍 / 👎.

@LeoAnders LeoAnders deleted the fix/workflow-token-checkou branch October 29, 2025 15:23
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.

2 participants