You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This pull request includes several updates to the `Action-Test` workflow
configuration in the `.github/workflows/Action-Test.yml` file. The main
changes involve updating the token and credentials handling to use
matrix strategies for better flexibility and security.
Improvements to token handling:
* Updated the token reference from `TEST_PAT` to `TEST_USER_PAT` in the
`Action-Test` job.
* Changed the token reference for `ActionTestWithFGPAT` to use a matrix
strategy, allowing for different tokens based on the matrix
configuration.
Enhancements to GitHub App credentials:
* Updated the GitHub App credentials handling in the
`ActionTestWithGitHubApp` job to use a matrix strategy, allowing for
different client IDs and private keys based on the matrix configuration.
[[1]](diffhunk://#diff-a12ae5c885b0673c0ff6f70c2670886907590d624626e07da4c52e01aeaf56a4L132-R155)
[[2]](diffhunk://#diff-a12ae5c885b0673c0ff6f70c2670886907590d624626e07da4c52e01aeaf56a4L149-R166)
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]
## Checklist
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
0 commit comments