Skip to content

Commit 06574a9

Browse files
committed
Merge branch 'main' into chore/update-next-from-main
2 parents 707f02d + c65b76e commit 06574a9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release-orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run-production:
7272
if: ${{ github.event_name == 'workflow_dispatch' && inputs.release-type == 'production' }}
7373
permissions:
74-
contents: read
74+
contents: write
7575
id-token: write
7676
uses: ./.github/workflows/release.yml
7777
secrets: inherit

.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)