Skip to content

Commit 4f0c949

Browse files
ci: permission at job level (#2922)
Signed-off-by: Austin Abro <[email protected]>
1 parent 186c5d0 commit 4f0c949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Release CLI and Packages on Tag
22

33
permissions:
4-
id-token: write
54
contents: read
65

76
on:
@@ -13,6 +12,7 @@ jobs:
1312
build-release:
1413
runs-on: ubuntu-latest
1514
permissions:
15+
id-token: write
1616
packages: write
1717
steps:
1818
# Checkout the repo and setup the tooling for this job

0 commit comments

Comments
 (0)