Skip to content

Fix stale workflow authentication using GITHUB_TOKEN#7

Draft
Sawsqr68 with Copilot wants to merge 1 commit into
copilot/fix-authentication-parameter-errorfrom
copilot/fix-image-upload-issue
Draft

Fix stale workflow authentication using GITHUB_TOKEN#7
Sawsqr68 with Copilot wants to merge 1 commit into
copilot/fix-authentication-parameter-errorfrom
copilot/fix-image-upload-issue

Conversation

Copilot AI commented Jan 1, 2026

Copy link
Copy Markdown

The stale issues workflow fails with "Parameter token or opts.auth is required" because secrets.YARNBOT_TOKEN doesn't exist in this forked repository.

Changes

  • Updated .github/workflows/stale-workflow.yml to use secrets.GITHUB_TOKEN instead of secrets.YARNBOT_TOKEN

GITHUB_TOKEN is automatically provisioned by GitHub Actions with sufficient permissions for issue management.

- uses: actions/stale@v6
  with:
-   repo-token: ${{secrets.YARNBOT_TOKEN}}
+   repo-token: ${{secrets.GITHUB_TOKEN}}
Original prompt

Pull Request: https://github.com/Sawsqr68/berry_s/pull/6/files


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Fix image upload issue in application Fix stale workflow authentication using GITHUB_TOKEN Jan 1, 2026
Copilot AI requested a review from Sawsqr68 January 1, 2026 11:56
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