MetaMask / core

This monorepo is a collection of packages used across multiple MetaMask clients
MIT License
293 stars 188 forks source link

ci: Fix `create-update-issues` workflow secret access #4889

Closed Gudahtt closed 3 weeks ago

Gudahtt commented 3 weeks ago

Explanation

The create-update-issues workflow was failing because it didn't have access to the secrets it needed. The CORE_CREATE_UPDATE_ISSUES_TOKEN secret is only available on hte default-branch environment.

The workflow has been updated to use that environment so that it may access the secret.

Example failure: https://github.com/MetaMask/core/actions/runs/11633589453/job/32399521142

References

Fixes bug introduced in https://github.com/MetaMask/core/pull/4763

Changelog

N/A

Checklist