Skip to content

fix: add id-token write permission to workflows#44

Merged
ModerRAS merged 4 commits intomasterfrom
feat/add-opencode-automation-workflows
Mar 18, 2026
Merged

fix: add id-token write permission to workflows#44
ModerRAS merged 4 commits intomasterfrom
feat/add-opencode-automation-workflows

Conversation

@ModerRAS
Copy link
Copy Markdown
Contributor

修复 GitHub Actions workflow 执行失败问题,添加 id-token: write 权限

Copilot AI review requested due to automatic review settings March 18, 2026 00:25
@ModerRAS ModerRAS merged commit 5c1313a into master Mar 18, 2026
11 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR addresses GitHub Actions workflow failures by adding id-token: write permissions, enabling workflows to request OIDC tokens when needed.

Changes:

  • Add permissions: id-token: write to two opencode-* workflows.
  • Update the doc-update workflow prompt to include an /organize-documents directive.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/opencode-doc-update.yml Adds OIDC id-token permission and tweaks the opencode prompt to organize documents.
.github/workflows/opencode-auto-feat.yml Adds OIDC id-token permission to the workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

contents: write
pull-requests: write
issues: write
id-token: write
with:
model: minimax-cn-coding-plan/MiniMax-M2.5
prompt: |
/organize-documents
contents: write
pull-requests: write
issues: write
id-token: write
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