Skip to content

Commit b4e540d

Browse files
chore(workflows): update release workflow permissions for finalizing (#30814)
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
1 parent 87e50ad commit b4e540d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
finalize-release:
5555
needs: [release-ionic]
5656
runs-on: ubuntu-latest
57+
permissions:
58+
contents: write
59+
id-token: write
5760
steps:
5861
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5962
with:
@@ -82,6 +85,9 @@ jobs:
8285
# possible for them to push at the same time.
8386
needs: [finalize-release]
8487
runs-on: ubuntu-latest
88+
permissions:
89+
contents: write
90+
id-token: write
8591
steps:
8692
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8793
# Pull the latest version of the reference

0 commit comments

Comments
 (0)