Skip to content

Commit dcf380a

Browse files
committed
chore(workflows): fix release workflow permissions
1 parent b4e540d commit dcf380a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)