Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pull-requests: write
contents: read
repository-projects: write
uses: metamask/github-tools/.github/workflows/add-item-to-project.yml@56a094ccb23085b708eacbfbcc0b4fdf024491c0
uses: metamask/github-tools/.github/workflows/add-item-to-project.yml@83fca83e0c6d26d0d1658c7902c2c9eb304888c0
Copy link

Choose a reason for hiding this comment

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

Bug: Action version upgraded but still using old secrets API

The workflow references the new composite action v1.0.0 (83fca83e0c6d26d0d1658c7902c2c9eb304888c0), which requires inputs instead of secrets for tokens, but still passes github-token as a secret. This breaking change was documented in the migration to composite actions. The github-token should be passed as an input via the with: section instead.

Fix in Cursor Fix in Web

with:
project-url: 'https://github.com/orgs/MetaMask/projects/113'
team-name: 'wallet-framework-engineers'
Expand Down