microsoft/mu_tiano_platforms v11.0.1
microsoft/mu_tiano_platforms
Captured source
source ↗v11.0.1
Repository: microsoft/mu_tiano_platforms
Tag: v11.0.1
Published: 2025-12-17T19:56:30Z
Prerelease: no
Release notes:
What's Changed
Fix permissions for build-haf-tfa.yml @eeshanl (#1293)
Change Details
Description
Fix permissions for build-haf-tfa.yml
Fixes an issue where the release assets would fail to upload.
HTTP 403: Resource not accessible by integration (https://uploads.github.com/repos/microsoft/mu_tiano_platforms/releases/261590859/assets?label=&name=haf-tfa-firmware-v11.0.0.zip)
- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
How This Was Tested
Tested on my fork by disabling Read and Write Permissions for Workflows on my fork. It was set to Read and Write by default. Changed to only Read permissions then performed the following test:
Tested the workflow on a test release to make sure it fails the upload step. Failing run: https://github.com/eeshanl/mu_tiano_platforms/actions/runs/20293867580/job/58283434736
Then tested again with this PR's commit by adding the Generate Token step to the yml and the test succeeded. https://github.com/microsoft/mu_tiano_platforms/actions/runs/20312966615/job/58348972808
Real test will be in main.
Integration Instructions
N/A
Full Changelog: https://github.com/microsoft/mu_tiano_platforms/compare/v11.0.0...v11.0.1