Skip to content

Commit 2897e69

Browse files
committed
ci(release): add missing permissions for build workflow_call
1 parent b62b9e1 commit 2897e69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ permissions:
1010
jobs:
1111
build:
1212
permissions:
13+
contents: read
1314
id-token: write
1415
attestations: write
16+
1517
uses: ./.github/workflows/build.yml
1618
with:
1719
disable-cache: true

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ All notable, and not so notable, changes to this project will be documented in t
460460

461461
- [`1373b97`](https://github.com/ryanccn/nrr/commit/1373b972de7540e9496217b3121455b4eddb83dd) (_ci_) Add cargo release workflow - Ryan Cao
462462

463-
[0.10.2]: https://github.com/ryanccn/nrr/compare/v0.10.1..0.10.2
463+
[0.10.2]: https://github.com/ryanccn/nrr/compare/v0.10.1..v0.10.2
464464
[0.10.1]: https://github.com/ryanccn/nrr/compare/v0.10.0..v0.10.1
465465
[0.10.0]: https://github.com/ryanccn/nrr/compare/v0.9.5..v0.10.0
466466
[0.9.5]: https://github.com/ryanccn/nrr/compare/v0.9.4..v0.9.5

0 commit comments

Comments
 (0)